#355246

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

Shades of Plantation #355246

Tints of Plantation #355246

Color information

#355246 (or 0x355246) is unknown color: approx Plantation. HEX triplet: 35, 52 and 46. RGB value is (53,82,70). Sum of RGB (Red+Green+Blue) = 53+82+70=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #355246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355246 is #CAADB9. Grayscale: #474747. Windows color (decimal): -13282746 or 4608565. OLE color: 4608565.

HSL color Cylindrical-coordinate representation of color #355246: hue angle of 155.17º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355246 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB538270-
CMYK0.3500.150.68
HSL155.17º21.48%26.47%-
HSV(B)155.17º35.37%32.16%-
XYZ5.597.236.9-
YUV71.96126.89114.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=25.85%
G=40%
B=34.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5382700.3500.150.68155.1721.4826.47
Hex355246230F449b151a
Octal65122106430171042332532
Binary11010110100101000110100011011111000100100110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355246; }

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

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

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

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

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

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

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

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