#3B5549

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

Shades of Plantation #3B5549

Tints of Plantation #3B5549

Color information

#3B5549 (or 0x3B5549) is unknown color: approx Plantation. HEX triplet: 3B, 55 and 49. RGB value is (59,85,73). Sum of RGB (Red+Green+Blue) = 59+85+73=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5549 is #C4AAB6. Grayscale: #4B4B4B. Windows color (decimal): -12888759 or 4805947. OLE color: 4805947.

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

Color convert

RGB598573-
CMYK0.3100.140.67
HSL152.31º18.06%28.24%-
HSV(B)152.31º30.59%33.33%-
XYZ6.257.917.5-
YUV75.86126.39115.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=27.19%
G=39.17%
B=33.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985730.3100.140.67152.3118.0628.24
Hex3B55491F0E4398121c
Octal73125111370161032302234
Binary1110111010101100100111111011101000011100110001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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