Html Css Color HEX #406012 Verdun Green

📋 copy color: '#406012'

red 64 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #406012

Tints of Verdun Green #406012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

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

R = 35.96%
G = 53.93%
B = 10.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#406012 (or 0x406012) is known color: Verdun Green. HEX triplet: 40, 60 and 12. RGB value is (64,96,18). Sum of RGB (Red+Green+Blue) = 64+96+18=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #406012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406012 is #BF9FED. Grayscale: #4D4D4D. Windows color (decimal): -12558318 or 1204288. OLE color: 1204288.

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

Color convert

RGB 64 96 18 -
CMYK 0.33 0 0.81 0.62
HSL 84.62º 0.68% 0.22% -
HSV(B) 84.62º 0.81% 0.38% -
XYZ 6.41 9.5 2.07 -
YUV 77.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 64 96 18 0.33 0 0.81 0.62 84.62 0.68 0.22
Hex 40 60 12 21 0 51 3E 55 44 16
Octal 100 140 22 41 0 121 76 125 104 26
Binary 1000000 1100000 10010 100001 0 1010001 111110 1010101 1000100 10110

Color Harmonies of #406012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406012

Black with #406012

Text Example


Text Example

White with #406012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406012; }

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

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

background-color css

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

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

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

border-color css

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

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

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