#3B4F39

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

Shades of Grey-Asparagus #3B4F39

Tints of Grey-Asparagus #3B4F39

Color information

#3B4F39 (or 0x3B4F39) is unknown color: approx Grey-Asparagus. HEX triplet: 3B, 4F and 39. RGB value is (59,79,57). Sum of RGB (Red+Green+Blue) = 59+79+57=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F39 is #C4B0C6. Grayscale: #464646. Windows color (decimal): -12890311 or 3755835. OLE color: 3755835.

HSL color Cylindrical-coordinate representation of color #3B4F39: hue angle of 114.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B4F39 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB597957-
CMYK0.2500.280.69
HSL114.55º16.18%26.67%-
HSV(B)114.55º27.85%30.98%-
XYZ5.346.824.91-
YUV70.51120.37119.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=30.26%
G=40.51%
B=29.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979570.2500.280.69114.5516.1826.67
Hex3B4F391901C4573101b
Octal7311771310341051632033
Binary111011100111111100111001011100100010111100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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