Html Css Color HEX #406116 Verdun Green

📋 copy color: '#406116'

red 64 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #406116

Tints of Verdun Green #406116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 34.97%
G = 53.01%
B = 12.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#406116 (or 0x406116) is known color: Verdun Green. HEX triplet: 40, 61 and 16. RGB value is (64,97,22). Sum of RGB (Red+Green+Blue) = 64+97+22=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #406116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406116 is #BF9EE9. Grayscale: #4E4E4E. Windows color (decimal): -12558058 or 1466688. OLE color: 1466688.

HSL color Cylindrical-coordinate representation of color #406116: hue angle of 86.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #406116 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 22 -
CMYK 0.34 0 0.77 0.62
HSL 86.4º 0.63% 0.23% -
HSV(B) 86.4º 0.77% 0.38% -
XYZ 6.53 9.7 2.29 -
YUV 78.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 64 97 22 0.34 0 0.77 0.62 86.4 0.63 0.23
Hex 40 61 16 22 0 4D 3E 56 3F 17
Octal 100 141 26 42 0 115 76 126 77 27
Binary 1000000 1100001 10110 100010 0 1001101 111110 1010110 111111 10111

Color Harmonies of #406116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406116

Black with #406116

Text Example


Text Example

White with #406116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406116; }

 p { color: rgb(64,97,22); }

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

background-color css

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

 a { background-color: rgb(64,97,22); }

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

border-color css

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

 span { border-color: rgb(64,97,22); }

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