#355747

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

Shades of Plantation #355747

Tints of Plantation #355747

Color information

#355747 (or 0x355747) is unknown color: approx Plantation. HEX triplet: 35, 57 and 47. RGB value is (53,87,71). Sum of RGB (Red+Green+Blue) = 53+87+71=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #355747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355747 is #CAA8B8. Grayscale: #4B4B4B. Windows color (decimal): -13281465 or 4675381. OLE color: 4675381.

HSL color Cylindrical-coordinate representation of color #355747: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355747 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB538771-
CMYK0.3900.180.66
HSL151.76º24.29%27.45%-
HSV(B)151.76º39.08%34.12%-
XYZ6.018.037.19-
YUV75.01125.74112.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=25.12%
G=41.23%
B=33.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387710.3900.180.66151.7624.2927.45
Hex355747270124298181b
Octal65127107470221022303033
Binary110101101011110001111001110100101000010100110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355747; }

 p { color: rgb(53,87,71); }

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

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

 a { background-color: rgb(53,87,71); }

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

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

 span { border-color: rgb(53,87,71); }

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