#3E5710

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

Shades of Verdun Green #3E5710

Tints of Verdun Green #3E5710

Color information

#3E5710 (or 0x3E5710) is unknown color: approx Verdun Green. HEX triplet: 3E, 57 and 10. RGB value is (62,87,16). Sum of RGB (Red+Green+Blue) = 62+87+16=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #3E5710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5710 is #C1A8EF. Grayscale: #474747. Windows color (decimal): -12691696 or 1070910. OLE color: 1070910.

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

Color convert

RGB628716-
CMYK0.2900.820.66
HSL81.13º68.93%20.2%-
HSV(B)81.13º81.61%34.12%-
XYZ5.497.881.72-
YUV71.4396.72121.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=37.58%
G=52.73%
B=9.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6287160.2900.820.6681.1368.9320.2
Hex3E57101D05242514514
Octal761272035012210212110524
Binary111110101011110000111010101001010000101010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,87,16); }

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

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

 a { background-color: rgb(62,87,16); }

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

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

 span { border-color: rgb(62,87,16); }

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