#3C6142

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

Shades of Hunter Green #3C6142

Tints of Hunter Green #3C6142

Color information

#3C6142 (or 0x3C6142) is unknown color: approx Hunter Green. HEX triplet: 3C, 61 and 42. RGB value is (60,97,66). Sum of RGB (Red+Green+Blue) = 60+97+66=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6142 is #C39EBD. Grayscale: #525252. Windows color (decimal): -12820158 or 4350268. OLE color: 4350268.

HSL color Cylindrical-coordinate representation of color #3C6142: hue angle of 129.73º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6142 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB609766-
CMYK0.3800.320.62
HSL129.73º23.57%30.78%-
HSV(B)129.73º38.14%38.04%-
XYZ7.129.96.69-
YUV82.4118.74112.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=26.91%
G=43.50%
B=29.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097660.3800.320.62129.7323.5730.78
Hex3C6142260203E82181f
Octal7414110246040762023037
Binary111100110000110000101001100100000111110100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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