#3C6942

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

Shades of Hunter Green #3C6942

Tints of Hunter Green #3C6942

Color information

#3C6942 (or 0x3C6942) is unknown color: approx Hunter Green. HEX triplet: 3C, 69 and 42. RGB value is (60,105,66). Sum of RGB (Red+Green+Blue) = 60+105+66=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6942 is #C396BD. Grayscale: #575757. Windows color (decimal): -12818110 or 4352316. OLE color: 4352316.

HSL color Cylindrical-coordinate representation of color #3C6942: hue angle of 128º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6942 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB6010566-
CMYK0.4300.370.59
HSL128º27.27%32.35%-
HSV(B)128º42.86%41.18%-
XYZ7.911.466.95-
YUV87.1116.09108.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=25.97%
G=45.45%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60105660.4300.370.5912827.2732.35
Hex3C69422B0253B801b20
Octal7415110253045732003340
Binary1111001101001100001010101101001011110111000000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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