Html Css Color HEX #406212 Verdun Green

📋 copy color: '#406212'

red 64 ◦ green 98 ◦ blue 18

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

Shades of Verdun Green #406212

Tints of Verdun Green #406212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.44%

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

R = 35.56%
G = 54.44%
B = 10%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#406212 (or 0x406212) is known color: Verdun Green. HEX triplet: 40, 62 and 12. RGB value is (64,98,18). Sum of RGB (Red+Green+Blue) = 64+98+18=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #406212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406212 is #BF9DED. Grayscale: #4F4F4F. Windows color (decimal): -12557806 or 1204800. OLE color: 1204800.

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

Color convert

RGB 64 98 18 -
CMYK 0.35 0 0.82 0.62
HSL 85.5º 0.69% 0.23% -
HSV(B) 85.5º 0.82% 0.38% -
XYZ 6.59 9.87 2.13 -
YUV 78.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 64 98 18 0.35 0 0.82 0.62 85.5 0.69 0.23
Hex 40 62 12 23 0 52 3E 56 45 17
Octal 100 142 22 43 0 122 76 126 105 27
Binary 1000000 1100010 10010 100011 0 1010010 111110 1010110 1000101 10111

Color Harmonies of #406212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406212

Black with #406212

Text Example


Text Example

White with #406212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406212; }

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

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

background-color css

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

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

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

border-color css

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

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

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