#366049

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

Shades of Plantation #366049

Tints of Plantation #366049

Color information

#366049 (or 0x366049) is unknown color: approx Plantation. HEX triplet: 36, 60 and 49. RGB value is (54,96,73). Sum of RGB (Red+Green+Blue) = 54+96+73=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #366049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366049 is #C99FB6. Grayscale: #505050. Windows color (decimal): -13213623 or 4808758. OLE color: 4808758.

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

Color convert

RGB549673-
CMYK0.4400.240.62
HSL147.14º28%29.41%-
HSV(B)147.14º43.75%37.65%-
XYZ6.919.637.8-
YUV80.82123.59108.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=24.22%
G=43.05%
B=32.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496730.4400.240.62147.142829.41
Hex3660492C0183E931c1d
Octal6614011154030762233435
Binary11011011000001001001101100011000111110100100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366049; }

 p { color: rgb(54,96,73); }

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

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

 a { background-color: rgb(54,96,73); }

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

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

 span { border-color: rgb(54,96,73); }

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