Html Css Color HEX #406B06 Verdun Green

📋 copy color: '#406B06'

red 64 ◦ green 107 ◦ blue 6

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

Shades of Verdun Green #406B06

Tints of Verdun Green #406B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.45%

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

R = 36.16%
G = 60.45%
B = 3.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#406B06 (or 0x406B06) is known color: Verdun Green. HEX triplet: 40, 6B and 06. RGB value is (64,107,6). Sum of RGB (Red+Green+Blue) = 64+107+6=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #406B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B06 is #BF94F9. Grayscale: #525252. Windows color (decimal): -12555514 or 420672. OLE color: 420672.

HSL color Cylindrical-coordinate representation of color #406B06: hue angle of 85.54º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #406B06 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 6 -
CMYK 0.40 0 0.94 0.58
HSL 85.54º 0.89% 0.22% -
HSV(B) 85.54º 0.94% 0.42% -
XYZ 7.4 11.62 2.02 -
YUV 82.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 64 107 6 0.40 0 0.94 0.58 85.54 0.89 0.22
Hex 40 6B 6 28 0 5E 3A 56 59 16
Octal 100 153 6 50 0 136 72 126 131 26
Binary 1000000 1101011 110 101000 0 1011110 111010 1010110 1011001 10110

Color Harmonies of #406B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B06

Black with #406B06

Text Example


Text Example

White with #406B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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