Html Css Color HEX #407006 Verdun Green

📋 copy color: '#407006'

red 64 ◦ green 112 ◦ blue 6

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

Shades of Verdun Green #407006

Tints of Verdun Green #407006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

 BLUE value IS 6 (2.73% from 255) = 3.3%

R = 35.16%
G = 61.54%
B = 3.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#407006 (or 0x407006) is known color: Verdun Green. HEX triplet: 40, 70 and 06. RGB value is (64,112,6). Sum of RGB (Red+Green+Blue) = 64+112+6=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #407006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407006 is #BF8FF9. Grayscale: #555555. Windows color (decimal): -12554234 or 421952. OLE color: 421952.

HSL color Cylindrical-coordinate representation of color #407006: hue angle of 87.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #407006 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 6 -
CMYK 0.43 0 0.95 0.56
HSL 87.17º 0.9% 0.23% -
HSV(B) 87.17º 0.95% 0.44% -
XYZ 7.94 12.69 2.2 -
YUV 85.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 64 112 6 0.43 0 0.95 0.56 87.17 0.9 0.23
Hex 40 70 6 2B 0 5F 38 57 5A 17
Octal 100 160 6 53 0 137 70 127 132 27
Binary 1000000 1110000 110 101011 0 1011111 111000 1010111 1011010 10111

Color Harmonies of #407006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407006

Black with #407006

Text Example


Text Example

White with #407006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407006; }

 p { color: rgb(64,112,6); }

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

background-color css

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

 a { background-color: rgb(64,112,6); }

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

border-color css

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

 span { border-color: rgb(64,112,6); }

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