#3B5547

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

Shades of Plantation #3B5547

Tints of Plantation #3B5547

Color information

#3B5547 (or 0x3B5547) is unknown color: approx Plantation. HEX triplet: 3B, 55 and 47. RGB value is (59,85,71). Sum of RGB (Red+Green+Blue) = 59+85+71=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5547 is #C4AAB8. Grayscale: #4B4B4B. Windows color (decimal): -12888761 or 4674875. OLE color: 4674875.

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

Color convert

RGB598571-
CMYK0.3100.160.67
HSL147.69º18.06%28.24%-
HSV(B)147.69º30.59%33.33%-
XYZ6.197.887.16-
YUV75.63125.39116.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=27.44%
G=39.53%
B=33.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985710.3100.160.67147.6918.0628.24
Hex3B55471F0104394121c
Octal73125107370201032242234
Binary11101110101011000111111110100001000011100101001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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