#3B5539

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

Shades of Grey-Asparagus #3B5539

Tints of Grey-Asparagus #3B5539

Color information

#3B5539 (or 0x3B5539) is unknown color: approx Grey-Asparagus. HEX triplet: 3B, 55 and 39. RGB value is (59,85,57). Sum of RGB (Red+Green+Blue) = 59+85+57=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5539 is #C4AAC6. Grayscale: #4A4A4A. Windows color (decimal): -12888775 or 3757371. OLE color: 3757371.

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

Color convert

RGB598557-
CMYK0.3100.330.67
HSL115.71º19.72%27.84%-
HSV(B)115.71º32.94%33.33%-
XYZ5.797.725.06-
YUV74.03118.39117.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=29.35%
G=42.29%
B=28.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985570.3100.330.67115.7119.7227.84
Hex3B55391F0214374141c
Octal7312571370411031642434
Binary1110111010101111001111110100001100001111101001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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