#355446

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

Shades of Plantation #355446

Tints of Plantation #355446

Color information

#355446 (or 0x355446) is unknown color: approx Plantation. HEX triplet: 35, 54 and 46. RGB value is (53,84,70). Sum of RGB (Red+Green+Blue) = 53+84+70=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #355446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355446 is #CAABB9. Grayscale: #494949. Windows color (decimal): -13282234 or 4609077. OLE color: 4609077.

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

Color convert

RGB538470-
CMYK0.3700.170.67
HSL152.9º22.63%26.86%-
HSV(B)152.9º36.9%32.94%-
XYZ5.747.546.95-
YUV73.14126.23113.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=25.60%
G=40.58%
B=33.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384700.3700.170.67152.922.6326.86
Hex355446250114399171b
Octal65124106450211032312733
Binary110101101010010001101001010100011000011100110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355446; }

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

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

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

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

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

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

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

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