#3A553C

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

Shades of Hunter Green #3A553C

Tints of Hunter Green #3A553C

Color information

#3A553C (or 0x3A553C) is unknown color: approx Hunter Green. HEX triplet: 3A, 55 and 3C. RGB value is (58,85,60). Sum of RGB (Red+Green+Blue) = 58+85+60=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553C is #C5AAC3. Grayscale: #4A4A4A. Windows color (decimal): -12954308 or 3953978. OLE color: 3953978.

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

Color convert

RGB588560-
CMYK0.3200.290.67
HSL124.44º18.88%28.04%-
HSV(B)124.44º31.76%33.33%-
XYZ5.817.725.46-
YUV74.08120.05116.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=28.57%
G=41.87%
B=29.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885600.3200.290.67124.4418.8828.04
Hex3A553C2001D437c131c
Octal7212574400351031742334
Binary1110101010101111100100000011101100001111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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