Html Css Color HEX #406409 Verdun Green

📋 copy color: '#406409'

red 64 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #406409

Tints of Verdun Green #406409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.8%

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

R = 36.99%
G = 57.8%
B = 5.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#406409 (or 0x406409) is known color: Verdun Green. HEX triplet: 40, 64 and 09. RGB value is (64,100,9). Sum of RGB (Red+Green+Blue) = 64+100+9=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #406409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406409 is #BF9BF6. Grayscale: #4F4F4F. Windows color (decimal): -12557303 or 615488. OLE color: 615488.

HSL color Cylindrical-coordinate representation of color #406409: hue angle of 83.74º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #406409 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 9 -
CMYK 0.36 0 0.91 0.61
HSL 83.74º 0.83% 0.21% -
HSV(B) 83.74º 0.91% 0.39% -
XYZ 6.72 10.22 1.88 -
YUV 78.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 64 100 9 0.36 0 0.91 0.61 83.74 0.83 0.21
Hex 40 64 9 24 0 5B 3D 54 53 15
Octal 100 144 11 44 0 133 75 124 123 25
Binary 1000000 1100100 1001 100100 0 1011011 111101 1010100 1010011 10101

Color Harmonies of #406409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406409

Black with #406409

Text Example


Text Example

White with #406409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406409; }

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

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

background-color css

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

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

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

border-color css

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

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

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