#3C523E

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

Shades of Hunter Green #3C523E

Tints of Hunter Green #3C523E

Color information

#3C523E (or 0x3C523E) is unknown color: approx Hunter Green. HEX triplet: 3C, 52 and 3E. RGB value is (60,82,62). Sum of RGB (Red+Green+Blue) = 60+82+62=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #3C523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C523E is #C3ADC1. Grayscale: #494949. Windows color (decimal): -12824002 or 4084284. OLE color: 4084284.

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

Color convert

RGB608262-
CMYK0.2700.240.68
HSL125.45º15.49%27.84%-
HSV(B)125.45º26.83%32.16%-
XYZ5.757.345.67-
YUV73.14121.71118.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=29.41%
G=40.20%
B=30.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082620.2700.240.68125.4515.4927.84
Hex3C523E1B018447df1c
Octal7412276330301041751734
Binary11110010100101111101101101100010001001111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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