#3E5806

Color #3E5806 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3E5806

Tints of Verdun Green #3E5806

Color information

#3E5806 (or 0x3E5806) is unknown color: approx Verdun Green. HEX triplet: 3E, 58 and 06. RGB value is (62,88,6). Sum of RGB (Red+Green+Blue) = 62+88+6=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5806 is #C1A7F9. Grayscale: #474747. Windows color (decimal): -12691450 or 415806. OLE color: 415806.

HSL color Cylindrical-coordinate representation of color #3E5806: hue angle of 79.02º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E5806 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB62886-
CMYK0.3000.930.65
HSL79.02º87.23%18.43%-
HSV(B)79.02º93.18%34.51%-
XYZ5.518.021.43-
YUV70.8891.39121.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=39.74%
G=56.41%
B=3.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal628860.3000.930.6579.0287.2318.43
Hex3E5861E05D414f5712
Octal76130636013510111712722
Binary1111101011000110111100101110110000011001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5806; }

 p { color: rgb(62,88,6); }

 H1.HeaderClassName
 {
   color: #3E5806;
 }
 .AnyTagClassName
 {
   color: #3E5806;
 }
</style>
background-color css

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

 a { background-color: rgb(62,88,6); }

 div.DivClassName
 {
   background-color: #3E5806;
 }
 .BgClassName
 {
   background-color: #3E5806;
 }
</style>
border-color css

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

 span { border-color: rgb(62,88,6); }

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