#356349

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

Shades of Plantation #356349

Tints of Plantation #356349

Color information

#356349 (or 0x356349) is unknown color: approx Plantation. HEX triplet: 35, 63 and 49. RGB value is (53,99,73). Sum of RGB (Red+Green+Blue) = 53+99+73=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #356349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356349 is #CA9CB6. Grayscale: #525252. Windows color (decimal): -13278391 or 4809525. OLE color: 4809525.

HSL color Cylindrical-coordinate representation of color #356349: hue angle of 146.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356349 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB539973-
CMYK0.4600.260.61
HSL146.09º30.26%29.8%-
HSV(B)146.09º46.46%38.82%-
XYZ7.1310.167.89-
YUV82.28122.76107.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=23.56%
G=44%
B=32.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399730.4600.260.61146.0930.2629.8
Hex3563492E01A3D921e1e
Octal6514311156032752223636
Binary11010111000111001001101110011010111101100100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356349; }

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

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

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

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

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

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

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

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