Html Css Color HEX #406708 Verdun Green

📋 copy color: '#406708'

red 64 ◦ green 103 ◦ blue 8

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

Shades of Verdun Green #406708

Tints of Verdun Green #406708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.86%

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

R = 36.57%
G = 58.86%
B = 4.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#406708 (or 0x406708) is known color: Verdun Green. HEX triplet: 40, 67 and 08. RGB value is (64,103,8). Sum of RGB (Red+Green+Blue) = 64+103+8=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #406708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406708 is #BF98F7. Grayscale: #505050. Windows color (decimal): -12556536 or 550720. OLE color: 550720.

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

Color convert

RGB 64 103 8 -
CMYK 0.38 0 0.92 0.60
HSL 84.63º 0.86% 0.22% -
HSV(B) 84.63º 0.92% 0.4% -
XYZ 7.01 10.81 1.95 -
YUV 80.51 87.08 116.22 -
System Red Green Blue C M Y K H S L
Decimal 64 103 8 0.38 0 0.92 0.60 84.63 0.86 0.22
Hex 40 67 8 26 0 5C 3C 55 56 16
Octal 100 147 10 46 0 134 74 125 126 26
Binary 1000000 1100111 1000 100110 0 1011100 111100 1010101 1010110 10110

Color Harmonies of #406708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406708

Black with #406708

Text Example


Text Example

White with #406708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406708; }

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

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

background-color css

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

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

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

border-color css

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

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

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