Html Css Color HEX #406C06 Verdun Green

📋 copy color: '#406C06'

red 64 ◦ green 108 ◦ blue 6

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

Shades of Verdun Green #406C06

Tints of Verdun Green #406C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 60.67%

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

R = 35.96%
G = 60.67%
B = 3.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#406C06 (or 0x406C06) is known color: Verdun Green. HEX triplet: 40, 6C and 06. RGB value is (64,108,6). Sum of RGB (Red+Green+Blue) = 64+108+6=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 108 (42.58% from 255 or 60.67% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 108 - color contains mainly: green. Hex color #406C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C06 is #BF93F9. Grayscale: #535353. Windows color (decimal): -12555258 or 420928. OLE color: 420928.

HSL color Cylindrical-coordinate representation of color #406C06: hue angle of 85.88º 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 #406C06 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 6 -
CMYK 0.41 0 0.94 0.58
HSL 85.88º 0.89% 0.22% -
HSV(B) 85.88º 0.94% 0.42% -
XYZ 7.51 11.83 2.06 -
YUV 83.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 64 108 6 0.41 0 0.94 0.58 85.88 0.89 0.22
Hex 40 6C 6 29 0 5E 3A 56 59 16
Octal 100 154 6 51 0 136 72 126 131 26
Binary 1000000 1101100 110 101001 0 1011110 111010 1010110 1011001 10110

Color Harmonies of #406C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C06

Black with #406C06

Text Example


Text Example

White with #406C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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