#355A49

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

Shades of Plantation #355A49

Tints of Plantation #355A49

Color information

#355A49 (or 0x355A49) is unknown color: approx Plantation. HEX triplet: 35, 5A and 49. RGB value is (53,90,73). Sum of RGB (Red+Green+Blue) = 53+90+73=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #355A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A49 is #CAA5B6. Grayscale: #4D4D4D. Windows color (decimal): -13280695 or 4807221. OLE color: 4807221.

HSL color Cylindrical-coordinate representation of color #355A49: hue angle of 152.43º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A49 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB539073-
CMYK0.4100.190.65
HSL152.43º25.87%28.04%-
HSV(B)152.43º41.11%35.29%-
XYZ6.338.557.62-
YUV77125.74110.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=24.54%
G=41.67%
B=33.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390730.4100.190.65152.4325.8728.04
Hex355A492901341981a1c
Octal65132111510231012303234
Binary110101101101010010011010010100111000001100110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355A49; }

 p { color: rgb(53,90,73); }

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

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

 a { background-color: rgb(53,90,73); }

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

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

 span { border-color: rgb(53,90,73); }

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