#3E5612

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

Shades of Verdun Green #3E5612

Tints of Verdun Green #3E5612

Color information

#3E5612 (or 0x3E5612) is unknown color: approx Verdun Green. HEX triplet: 3E, 56 and 12. RGB value is (62,86,18). Sum of RGB (Red+Green+Blue) = 62+86+18=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5612 is #C1A9ED. Grayscale: #474747. Windows color (decimal): -12691950 or 1201726. OLE color: 1201726.

HSL color Cylindrical-coordinate representation of color #3E5612: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E5612 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB628618-
CMYK0.2800.790.66
HSL81.18º65.38%20.39%-
HSV(B)81.18º79.07%33.73%-
XYZ5.427.721.78-
YUV71.0798.05121.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=37.35%
G=51.81%
B=10.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286180.2800.790.6681.1865.3820.39
Hex3E56121C04F42514114
Octal761262234011710212110124
Binary111110101011010010111000100111110000101010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,18); }

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

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

 a { background-color: rgb(62,86,18); }

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

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

 span { border-color: rgb(62,86,18); }

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