Html Css Color HEX #406112 Verdun Green

📋 copy color: '#406112'

red 64 ◦ green 97 ◦ blue 18

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

Shades of Verdun Green #406112

Tints of Verdun Green #406112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 35.75%
G = 54.19%
B = 10.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#406112 (or 0x406112) is known color: Verdun Green. HEX triplet: 40, 61 and 12. RGB value is (64,97,18). Sum of RGB (Red+Green+Blue) = 64+97+18=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #406112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406112 is #BF9EED. Grayscale: #4E4E4E. Windows color (decimal): -12558062 or 1204544. OLE color: 1204544.

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

Color convert

RGB 64 97 18 -
CMYK 0.34 0 0.81 0.62
HSL 85.06º 0.69% 0.23% -
HSV(B) 85.06º 0.81% 0.38% -
XYZ 6.5 9.68 2.1 -
YUV 78.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 64 97 18 0.34 0 0.81 0.62 85.06 0.69 0.23
Hex 40 61 12 22 0 51 3E 55 45 17
Octal 100 141 22 42 0 121 76 125 105 27
Binary 1000000 1100001 10010 100010 0 1010001 111110 1010101 1000101 10111

Color Harmonies of #406112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406112

Black with #406112

Text Example


Text Example

White with #406112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406112; }

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

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

background-color css

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

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

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

border-color css

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

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

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