#3A5339

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

Shades of Grey-Asparagus #3A5339

Tints of Grey-Asparagus #3A5339

Color information

#3A5339 (or 0x3A5339) is unknown color: approx Grey-Asparagus. HEX triplet: 3A, 53 and 39. RGB value is (58,83,57). Sum of RGB (Red+Green+Blue) = 58+83+57=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5339 is #C5ACC6. Grayscale: #484848. Windows color (decimal): -12954823 or 3756858. OLE color: 3756858.

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

Color convert

RGB588357-
CMYK0.3000.310.67
HSL117.69º18.57%27.45%-
HSV(B)117.69º31.33%32.55%-
XYZ5.587.385-
YUV72.56119.22117.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=29.29%
G=41.92%
B=28.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883570.3000.310.67117.6918.5727.45
Hex3A53391E01F4376131b
Octal7212371360371031662333
Binary111010101001111100111110011111100001111101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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