#355D4A

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

Shades of Plantation #355D4A

Tints of Plantation #355D4A

Color information

#355D4A (or 0x355D4A) is unknown color: approx Plantation. HEX triplet: 35, 5D and 4A. RGB value is (53,93,74). Sum of RGB (Red+Green+Blue) = 53+93+74=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #355D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D4A is #CAA2B5. Grayscale: #4E4E4E. Windows color (decimal): -13279926 or 4873525. OLE color: 4873525.

HSL color Cylindrical-coordinate representation of color #355D4A: hue angle of 151.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D4A is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB539374-
CMYK0.4300.200.64
HSL151.5º27.4%28.63%-
HSV(B)151.5º43.01%36.47%-
XYZ6.629.087.88-
YUV78.87125.25109.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=24.09%
G=42.27%
B=33.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393740.4300.200.64151.527.428.63
Hex355D4A2B01440981b1d
Octal65135112530241002303335
Binary110101101110110010101010110101001000000100110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,93,74); }

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

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

 a { background-color: rgb(53,93,74); }

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

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

 span { border-color: rgb(53,93,74); }

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