Html Css Color HEX #406B08 Verdun Green

📋 copy color: '#406B08'

red 64 ◦ green 107 ◦ blue 8

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

Shades of Verdun Green #406B08

Tints of Verdun Green #406B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 35.75%
G = 59.78%
B = 4.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#406B08 (or 0x406B08) is known color: Verdun Green. HEX triplet: 40, 6B and 08. RGB value is (64,107,8). Sum of RGB (Red+Green+Blue) = 64+107+8=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #406B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B08 is #BF94F7. Grayscale: #535353. Windows color (decimal): -12555512 or 551744. OLE color: 551744.

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

Color convert

RGB 64 107 8 -
CMYK 0.40 0 0.93 0.58
HSL 86.06º 0.86% 0.23% -
HSV(B) 86.06º 0.93% 0.42% -
XYZ 7.42 11.62 2.08 -
YUV 82.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 64 107 8 0.40 0 0.93 0.58 86.06 0.86 0.23
Hex 40 6B 8 28 0 5D 3A 56 56 17
Octal 100 153 10 50 0 135 72 126 126 27
Binary 1000000 1101011 1000 101000 0 1011101 111010 1010110 1010110 10111

Color Harmonies of #406B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B08

Black with #406B08

Text Example


Text Example

White with #406B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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