#355445

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

Shades of Plantation #355445

Tints of Plantation #355445

Color information

#355445 (or 0x355445) is unknown color: approx Plantation. HEX triplet: 35, 54 and 45. RGB value is (53,84,69). Sum of RGB (Red+Green+Blue) = 53+84+69=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #355445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355445 is #CAABBA. Grayscale: #494949. Windows color (decimal): -13282235 or 4543541. OLE color: 4543541.

HSL color Cylindrical-coordinate representation of color #355445: hue angle of 150.97º 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 #355445 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB538469-
CMYK0.3700.180.67
HSL150.97º22.63%26.86%-
HSV(B)150.97º36.9%32.94%-
XYZ5.717.536.78-
YUV73.02125.73113.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=25.73%
G=40.78%
B=33.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384690.3700.180.67150.9722.6326.86
Hex355445250124397171b
Octal65124105450221032272733
Binary110101101010010001011001010100101000011100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355445; }

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

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

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

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

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

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

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

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