#355744

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

Shades of Plantation #355744

Tints of Plantation #355744

Color information

#355744 (or 0x355744) is unknown color: approx Plantation. HEX triplet: 35, 57 and 44. RGB value is (53,87,68). Sum of RGB (Red+Green+Blue) = 53+87+68=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #355744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355744 is #CAA8BB. Grayscale: #4A4A4A. Windows color (decimal): -13281468 or 4478773. OLE color: 4478773.

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

Color convert

RGB538768-
CMYK0.3900.220.66
HSL146.47º24.29%27.45%-
HSV(B)146.47º39.08%34.12%-
XYZ5.927.996.7-
YUV74.67124.24112.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=25.48%
G=41.83%
B=32.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387680.3900.220.66146.4724.2927.45
Hex355744270164292181b
Octal65127104470261022223033
Binary110101101011110001001001110101101000010100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355744; }

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

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

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

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

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

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

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

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