#3B5546

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

Shades of Plantation #3B5546

Tints of Plantation #3B5546

Color information

#3B5546 (or 0x3B5546) is unknown color: approx Plantation. HEX triplet: 3B, 55 and 46. RGB value is (59,85,70). Sum of RGB (Red+Green+Blue) = 59+85+70=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5546 is #C4AAB9. Grayscale: #4B4B4B. Windows color (decimal): -12888762 or 4609339. OLE color: 4609339.

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

Color convert

RGB598570-
CMYK0.3100.180.67
HSL145.38º18.06%28.24%-
HSV(B)145.38º30.59%33.33%-
XYZ6.167.876.99-
YUV75.52124.89116.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=27.57%
G=39.72%
B=32.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985700.3100.180.67145.3818.0628.24
Hex3B55461F0124391121c
Octal73125106370221032212234
Binary11101110101011000110111110100101000011100100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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