#3D5942

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

Shades of Hunter Green #3D5942

Tints of Hunter Green #3D5942

Color information

#3D5942 (or 0x3D5942) is unknown color: approx Hunter Green. HEX triplet: 3D, 59 and 42. RGB value is (61,89,66). Sum of RGB (Red+Green+Blue) = 61+89+66=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5942 is #C2A6BD. Grayscale: #4E4E4E. Windows color (decimal): -12756670 or 4348221. OLE color: 4348221.

HSL color Cylindrical-coordinate representation of color #3D5942: hue angle of 130.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5942 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB618966-
CMYK0.3100.260.65
HSL130.71º18.67%29.41%-
HSV(B)130.71º31.46%34.9%-
XYZ6.488.536.46-
YUV78.01121.22115.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=28.24%
G=41.20%
B=30.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6189660.3100.260.65130.7118.6729.41
Hex3D59421F01A4183131d
Octal75131102370321012032335
Binary11110110110011000010111110110101000001100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,66); }

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

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

 a { background-color: rgb(61,89,66); }

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

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

 span { border-color: rgb(61,89,66); }

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