#356149

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

Shades of Plantation #356149

Tints of Plantation #356149

Color information

#356149 (or 0x356149) is unknown color: approx Plantation. HEX triplet: 35, 61 and 49. RGB value is (53,97,73). Sum of RGB (Red+Green+Blue) = 53+97+73=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #356149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356149 is #CA9EB6. Grayscale: #515151. Windows color (decimal): -13278903 or 4809013. OLE color: 4809013.

HSL color Cylindrical-coordinate representation of color #356149: hue angle of 147.27º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356149 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB539773-
CMYK0.4500.250.62
HSL147.27º29.33%29.41%-
HSV(B)147.27º45.36%38.04%-
XYZ6.959.797.83-
YUV81.11123.42107.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=23.77%
G=43.50%
B=32.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397730.4500.250.62147.2729.3329.41
Hex3561492D0193E931d1d
Octal6514111155031762233535
Binary11010111000011001001101101011001111110100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356149; }

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

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

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

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

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

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

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

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