#3B5849

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

Shades of Plantation #3B5849

Tints of Plantation #3B5849

Color information

#3B5849 (or 0x3B5849) is unknown color: approx Plantation. HEX triplet: 3B, 58 and 49. RGB value is (59,88,73). Sum of RGB (Red+Green+Blue) = 59+88+73=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5849 is #C4A7B6. Grayscale: #4D4D4D. Windows color (decimal): -12887991 or 4806715. OLE color: 4806715.

HSL color Cylindrical-coordinate representation of color #3B5849: hue angle of 148.97º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5849 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB598873-
CMYK0.3300.170.65
HSL148.97º19.73%28.82%-
HSV(B)148.97º32.95%34.51%-
XYZ6.58.397.58-
YUV77.62125.39114.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=26.82%
G=40%
B=33.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988730.3300.170.65148.9719.7328.82
Hex3B5849210114195141d
Octal73130111410211012252435
Binary111011101100010010011000010100011000001100101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,73); }

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

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

 a { background-color: rgb(59,88,73); }

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

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

 span { border-color: rgb(59,88,73); }

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