#3A563C

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

Shades of Hunter Green #3A563C

Tints of Hunter Green #3A563C

Color information

#3A563C (or 0x3A563C) is unknown color: approx Hunter Green. HEX triplet: 3A, 56 and 3C. RGB value is (58,86,60). Sum of RGB (Red+Green+Blue) = 58+86+60=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563C is #C5A9C3. Grayscale: #4A4A4A. Windows color (decimal): -12954052 or 3954234. OLE color: 3954234.

HSL color Cylindrical-coordinate representation of color #3A563C: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A563C is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB588660-
CMYK0.3300.300.66
HSL124.29º19.44%28.24%-
HSV(B)124.29º32.56%33.73%-
XYZ5.897.885.49-
YUV74.66119.72116.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=28.43%
G=42.16%
B=29.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886600.3300.300.66124.2919.4428.24
Hex3A563C2101E427c131c
Octal7212674410361021742334
Binary1110101010110111100100001011110100001011111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,60); }

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

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

 a { background-color: rgb(58,86,60); }

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

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

 span { border-color: rgb(58,86,60); }

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