#3C5942

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

Shades of Hunter Green #3C5942

Tints of Hunter Green #3C5942

Color information

#3C5942 (or 0x3C5942) is unknown color: approx Hunter Green. HEX triplet: 3C, 59 and 42. RGB value is (60,89,66). Sum of RGB (Red+Green+Blue) = 60+89+66=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5942 is #C3A6BD. Grayscale: #4D4D4D. Windows color (decimal): -12822206 or 4348220. OLE color: 4348220.

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

Color convert

RGB608966-
CMYK0.3300.260.65
HSL132.41º19.46%29.22%-
HSV(B)132.41º32.58%34.9%-
XYZ6.428.56.46-
YUV77.71121.39115.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=27.91%
G=41.40%
B=30.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6089660.3300.260.65132.4119.4629.22
Hex3C59422101A4184131d
Octal74131102410321012042335
Binary111100101100110000101000010110101000001100001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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