Html Css Color HEX #404209 Verdun Green

📋 copy color: '#404209'

red 64 ◦ green 66 ◦ blue 9

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

Shades of Verdun Green #404209

Tints of Verdun Green #404209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 46.04%
G = 47.48%
B = 6.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#404209 (or 0x404209) is known color: Verdun Green. HEX triplet: 40, 42 and 09. RGB value is (64,66,9). Sum of RGB (Red+Green+Blue) = 64+66+9=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #404209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404209 is #BFBDF6. Grayscale: #3B3B3B. Windows color (decimal): -12566007 or 606784. OLE color: 606784.

HSL color Cylindrical-coordinate representation of color #404209: hue angle of 62.11º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #404209 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 9 -
CMYK 0.03 0 0.86 0.74
HSL 62.11º 0.76% 0.15% -
HSV(B) 62.11º 0.86% 0.26% -
XYZ 4.11 5.01 1.01 -
YUV 58.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 64 66 9 0.03 0 0.86 0.74 62.11 0.76 0.15
Hex 40 42 9 3 0 56 4A 3E 4C F
Octal 100 102 11 3 0 126 112 76 114 17
Binary 1000000 1000010 1001 11 0 1010110 1001010 111110 1001100 1111

Color Harmonies of #404209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404209

Black with #404209

Text Example


Text Example

White with #404209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404209; }

 p { color: rgb(64,66,9); }

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

background-color css

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

 a { background-color: rgb(64,66,9); }

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

border-color css

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

 span { border-color: rgb(64,66,9); }

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