#3E5240

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

Shades of Hunter Green #3E5240

Tints of Hunter Green #3E5240

Color information

#3E5240 (or 0x3E5240) is unknown color: approx Hunter Green. HEX triplet: 3E, 52 and 40. RGB value is (62,82,64). Sum of RGB (Red+Green+Blue) = 62+82+64=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5240 is #C1ADBF. Grayscale: #4A4A4A. Windows color (decimal): -12692928 or 4215358. OLE color: 4215358.

HSL color Cylindrical-coordinate representation of color #3E5240: hue angle of 126º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E5240 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB628264-
CMYK0.2400.220.68
HSL126º13.89%28.24%-
HSV(B)126º24.39%32.16%-
XYZ5.937.435.97-
YUV73.97122.37119.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=29.81%
G=39.42%
B=30.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6282640.2400.220.6812613.8928.24
Hex3E524018016447ee1c
Octal76122100300261041761634
Binary111110101001010000001100001011010001001111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,82,64); }

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

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

 a { background-color: rgb(62,82,64); }

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

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

 span { border-color: rgb(62,82,64); }

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