#355444

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

Shades of Plantation #355444

Tints of Plantation #355444

Color information

#355444 (or 0x355444) is unknown color: approx Plantation. HEX triplet: 35, 54 and 44. RGB value is (53,84,68). Sum of RGB (Red+Green+Blue) = 53+84+68=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #355444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355444 is #CAABBB. Grayscale: #484848. Windows color (decimal): -13282236 or 4478005. OLE color: 4478005.

HSL color Cylindrical-coordinate representation of color #355444: hue angle of 149.03º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355444 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB538468-
CMYK0.3700.190.67
HSL149.03º22.63%26.86%-
HSV(B)149.03º36.9%32.94%-
XYZ5.687.516.62-
YUV72.91125.23113.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=25.85%
G=40.98%
B=33.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384680.3700.190.67149.0322.6326.86
Hex355444250134395171b
Octal65124104450231032252733
Binary110101101010010001001001010100111000011100101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355444; }

 p { color: rgb(53,84,68); }

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

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

 a { background-color: rgb(53,84,68); }

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

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

 span { border-color: rgb(53,84,68); }

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