Html Css Color HEX #406908 Verdun Green

📋 copy color: '#406908'

red 64 ◦ green 105 ◦ blue 8

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

Shades of Verdun Green #406908

Tints of Verdun Green #406908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 59.32%

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

R = 36.16%
G = 59.32%
B = 4.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#406908 (or 0x406908) is known color: Verdun Green. HEX triplet: 40, 69 and 08. RGB value is (64,105,8). Sum of RGB (Red+Green+Blue) = 64+105+8=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #406908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406908 is #BF96F7. Grayscale: #525252. Windows color (decimal): -12556024 or 551232. OLE color: 551232.

HSL color Cylindrical-coordinate representation of color #406908: hue angle of 85.36º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406908 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 8 -
CMYK 0.39 0 0.92 0.59
HSL 85.36º 0.86% 0.22% -
HSV(B) 85.36º 0.92% 0.41% -
XYZ 7.21 11.21 2.01 -
YUV 81.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 64 105 8 0.39 0 0.92 0.59 85.36 0.86 0.22
Hex 40 69 8 27 0 5C 3B 55 56 16
Octal 100 151 10 47 0 134 73 125 126 26
Binary 1000000 1101001 1000 100111 0 1011100 111011 1010101 1010110 10110

Color Harmonies of #406908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406908

Black with #406908

Text Example


Text Example

White with #406908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406908; }

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

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

background-color css

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

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

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

border-color css

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

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

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