#355845

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

Shades of Plantation #355845

Tints of Plantation #355845

Color information

#355845 (or 0x355845) is unknown color: approx Plantation. HEX triplet: 35, 58 and 45. RGB value is (53,88,69). Sum of RGB (Red+Green+Blue) = 53+88+69=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #355845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355845 is #CAA7BA. Grayscale: #4B4B4B. Windows color (decimal): -13281211 or 4544565. OLE color: 4544565.

HSL color Cylindrical-coordinate representation of color #355845: hue angle of 147.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355845 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB538869-
CMYK0.4000.220.65
HSL147.43º24.82%27.65%-
HSV(B)147.43º39.77%34.51%-
XYZ6.038.176.89-
YUV75.37124.4112.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=25.24%
G=41.90%
B=32.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388690.4000.220.65147.4324.8227.65
Hex355845280164193191c
Octal65130105500261012233134
Binary110101101100010001011010000101101000001100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355845; }

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

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

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

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

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

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

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

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