#355745

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

Shades of Plantation #355745

Tints of Plantation #355745

Color information

#355745 (or 0x355745) is unknown color: approx Plantation. HEX triplet: 35, 57 and 45. RGB value is (53,87,69). Sum of RGB (Red+Green+Blue) = 53+87+69=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #355745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355745 is #CAA8BA. Grayscale: #4A4A4A. Windows color (decimal): -13281467 or 4544309. OLE color: 4544309.

HSL color Cylindrical-coordinate representation of color #355745: hue angle of 148.24º 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 #355745 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB538769-
CMYK0.3900.210.66
HSL148.24º24.29%27.45%-
HSV(B)148.24º39.08%34.12%-
XYZ5.9586.86-
YUV74.78124.74112.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=25.36%
G=41.63%
B=33.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387690.3900.210.66148.2424.2927.45
Hex355745270154294181b
Octal65127105470251022243033
Binary110101101011110001011001110101011000010100101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355745; }

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

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

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

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

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

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

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

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