#365947

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

Shades of Plantation #365947

Tints of Plantation #365947

Color information

#365947 (or 0x365947) is unknown color: approx Plantation. HEX triplet: 36, 59 and 47. RGB value is (54,89,71). Sum of RGB (Red+Green+Blue) = 54+89+71=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #365947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365947 is #C9A6B8. Grayscale: #4C4C4C. Windows color (decimal): -13215417 or 4675894. OLE color: 4675894.

HSL color Cylindrical-coordinate representation of color #365947: hue angle of 149.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365947 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB548971-
CMYK0.3900.200.65
HSL149.14º24.48%28.04%-
HSV(B)149.14º39.33%34.9%-
XYZ6.238.387.25-
YUV76.48124.9111.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=25.23%
G=41.59%
B=33.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489710.3900.200.65149.1424.4828.04
Hex365947270144195181c
Octal66131107470241012253034
Binary110110101100110001111001110101001000001100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365947; }

 p { color: rgb(54,89,71); }

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

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

 a { background-color: rgb(54,89,71); }

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

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

 span { border-color: rgb(54,89,71); }

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