#3A5539

Color #3A5539 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #3A5539

Tints of Grey-Asparagus #3A5539

Color information

#3A5539 (or 0x3A5539) is unknown color: approx Grey-Asparagus. HEX triplet: 3A, 55 and 39. RGB value is (58,85,57). Sum of RGB (Red+Green+Blue) = 58+85+57=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5539 is #C5AAC6. Grayscale: #494949. Windows color (decimal): -12954311 or 3757370. OLE color: 3757370.

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

Color convert

RGB588557-
CMYK0.3200.330.67
HSL117.86º19.72%27.84%-
HSV(B)117.86º32.94%33.33%-
XYZ5.737.695.05-
YUV73.74118.55116.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 57 (22.66% from 255) = 28.5%
R=29%
G=42.5%
B=28.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885570.3200.330.67117.8619.7227.84
Hex3A5539200214376141c
Octal7212571400411031662434
Binary11101010101011110011000000100001100001111101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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