#3A563D

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

Shades of Hunter Green #3A563D

Tints of Hunter Green #3A563D

Color information

#3A563D (or 0x3A563D) is unknown color: approx Hunter Green. HEX triplet: 3A, 56 and 3D. RGB value is (58,86,61). Sum of RGB (Red+Green+Blue) = 58+86+61=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563D is #C5A9C2. Grayscale: #4A4A4A. Windows color (decimal): -12954051 or 4019770. OLE color: 4019770.

HSL color Cylindrical-coordinate representation of color #3A563D: hue angle of 126.43º 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 #3A563D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB588661-
CMYK0.3300.290.66
HSL126.43º19.44%28.24%-
HSV(B)126.43º32.56%33.73%-
XYZ5.927.895.63-
YUV74.78120.22116.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=28.29%
G=41.95%
B=29.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886610.3300.290.66126.4319.4428.24
Hex3A563D2101D427e131c
Octal7212675410351021762334
Binary1110101010110111101100001011101100001011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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