#356248

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

Shades of Plantation #356248

Tints of Plantation #356248

Color information

#356248 (or 0x356248) is unknown color: approx Plantation. HEX triplet: 35, 62 and 48. RGB value is (53,98,72). Sum of RGB (Red+Green+Blue) = 53+98+72=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #356248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356248 is #CA9DB7. Grayscale: #515151. Windows color (decimal): -13278648 or 4743733. OLE color: 4743733.

HSL color Cylindrical-coordinate representation of color #356248: hue angle of 145.33º 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 #356248 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB539872-
CMYK0.4600.270.62
HSL145.33º29.8%29.61%-
HSV(B)145.33º45.92%38.43%-
XYZ7.019.967.68-
YUV81.58122.59107.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=23.77%
G=43.95%
B=32.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398720.4600.270.62145.3329.829.61
Hex3562482E01B3E911e1e
Octal6514211056033762213636
Binary11010111000101001000101110011011111110100100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356248; }

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

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

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

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

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

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

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

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