Html Css Color HEX #405231 Mallard

📋 copy color: '#405231'

red 64 ◦ green 82 ◦ blue 49

#405231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #405231

Tints of Mallard #405231

RGB

 RED value IS 64 (25.39% from 255) = 32.82%

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 32.82%
G = 42.05%
B = 25.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#405231 (or 0x405231) is known color: Mallard. HEX triplet: 40, 52 and 31. RGB value is (64,82,49). Sum of RGB (Red+Green+Blue) = 64+82+49=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #405231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405231 is #BFADCE. Grayscale: #484848. Windows color (decimal): -12561871 or 3232320. OLE color: 3232320.

HSL color Cylindrical-coordinate representation of color #405231: hue angle of 92.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405231 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 49 -
CMYK 0.22 0 0.40 0.68
HSL 92.73º 0.25% 0.26% -
HSV(B) 92.73º 0.4% 0.32% -
XYZ 5.69 7.35 4.02 -
YUV 72.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 64 82 49 0.22 0 0.40 0.68 92.73 0.25 0.26
Hex 40 52 31 16 0 28 44 5D 19 1A
Octal 100 122 61 26 0 50 104 135 31 32
Binary 1000000 1010010 110001 10110 0 101000 1000100 1011101 11001 11010

Color Harmonies of #405231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405231

Black with #405231

Text Example


Text Example

White with #405231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405231; }

 p { color: rgb(64,82,49); }

 H1.HeaderClassName
 {
   color: #405231;
 }
 .AnyTagClassName
 {
   color: #405231;
 }
</style>

background-color css

<style>
 a { background-color: #405231; }

 a { background-color: rgb(64,82,49); }

 div.DivClassName
 {
   background-color: #405231;
 }
 .BgClassName
 {
   background-color: #405231;
 }
</style>

border-color css

<style>
 span { border-color: #405231; }

 span { border-color: rgb(64,82,49); }

 td.TdClassName
 {
   border-color: #405231;
 }
 .TagClassName
 {
   border-color: #405231;
 }
</style>