#366248

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

Shades of Plantation #366248

Tints of Plantation #366248

Color information

#366248 (or 0x366248) is unknown color: approx Plantation. HEX triplet: 36, 62 and 48. RGB value is (54,98,72). Sum of RGB (Red+Green+Blue) = 54+98+72=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #366248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366248 is #C99DB7. Grayscale: #515151. Windows color (decimal): -13213112 or 4743734. OLE color: 4743734.

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

Color convert

RGB549872-
CMYK0.4500.270.62
HSL144.55º28.95%29.8%-
HSV(B)144.55º44.9%38.43%-
XYZ7.069.997.69-
YUV81.88122.42108.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=24.11%
G=43.75%
B=32.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498720.4500.270.62144.5528.9529.8
Hex3662482D01B3E911d1e
Octal6614211055033762213536
Binary11011011000101001000101101011011111110100100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366248; }

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

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

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

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

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

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

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

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