#3A553A

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

Shades of Hunter Green #3A553A

Tints of Hunter Green #3A553A

Color information

#3A553A (or 0x3A553A) is unknown color: approx Hunter Green. HEX triplet: 3A, 55 and 3A. RGB value is (58,85,58). Sum of RGB (Red+Green+Blue) = 58+85+58=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553A is #C5AAC5. Grayscale: #494949. Windows color (decimal): -12954310 or 3822906. OLE color: 3822906.

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

Color convert

RGB588558-
CMYK0.3200.320.67
HSL120º18.88%28.04%-
HSV(B)120º31.76%33.33%-
XYZ5.767.75.19-
YUV73.85119.05116.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 58 (23.05% from 255) = 28.86%
R=28.86%
G=42.29%
B=28.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885580.3200.320.6712018.8828.04
Hex3A553A200204378131c
Octal7212572400401031702334
Binary11101010101011110101000000100000100001111110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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