#356249

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

Shades of Plantation #356249

Tints of Plantation #356249

Color information

#356249 (or 0x356249) is unknown color: approx Plantation. HEX triplet: 35, 62 and 49. RGB value is (53,98,73). Sum of RGB (Red+Green+Blue) = 53+98+73=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #356249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356249 is #CA9DB6. Grayscale: #515151. Windows color (decimal): -13278647 or 4809269. OLE color: 4809269.

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

Color convert

RGB539873-
CMYK0.4600.260.62
HSL146.67º29.8%29.61%-
HSV(B)146.67º45.92%38.43%-
XYZ7.049.977.86-
YUV81.69123.09107.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=23.66%
G=43.75%
B=32.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398730.4600.260.62146.6729.829.61
Hex3562492E01A3E931e1e
Octal6514211156032762233636
Binary11010111000101001001101110011010111110100100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356249; }

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

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

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

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

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

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

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

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