#3A553E

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

Shades of Hunter Green #3A553E

Tints of Hunter Green #3A553E

Color information

#3A553E (or 0x3A553E) is unknown color: approx Hunter Green. HEX triplet: 3A, 55 and 3E. RGB value is (58,85,62). Sum of RGB (Red+Green+Blue) = 58+85+62=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553E is #C5AAC1. Grayscale: #4A4A4A. Windows color (decimal): -12954306 or 4085050. OLE color: 4085050.

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

Color convert

RGB588562-
CMYK0.3200.270.67
HSL128.89º18.88%28.04%-
HSV(B)128.89º31.76%33.33%-
XYZ5.867.745.74-
YUV74.3121.05116.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=28.29%
G=41.46%
B=30.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885620.3200.270.67128.8918.8828.04
Hex3A553E2001B4381131c
Octal7212576400331032012334
Binary11101010101011111101000000110111000011100000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,62); }

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

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

 a { background-color: rgb(58,85,62); }

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

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

 span { border-color: rgb(58,85,62); }

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