#355947

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

Shades of Plantation #355947

Tints of Plantation #355947

Color information

#355947 (or 0x355947) is unknown color: approx Plantation. HEX triplet: 35, 59 and 47. RGB value is (53,89,71). Sum of RGB (Red+Green+Blue) = 53+89+71=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #355947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355947 is #CAA6B8. Grayscale: #4C4C4C. Windows color (decimal): -13280953 or 4675893. OLE color: 4675893.

HSL color Cylindrical-coordinate representation of color #355947: hue angle of 150º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355947 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB538971-
CMYK0.4000.200.65
HSL150º25.35%27.84%-
HSV(B)150º40.45%34.9%-
XYZ6.188.367.25-
YUV76.18125.07111.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=24.88%
G=41.78%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389710.4000.200.6515025.3527.84
Hex355947280144196191c
Octal65131107500241012263134
Binary110101101100110001111010000101001000001100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355947; }

 p { color: rgb(53,89,71); }

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

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

 a { background-color: rgb(53,89,71); }

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

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

 span { border-color: rgb(53,89,71); }

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