#365948

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

Shades of Plantation #365948

Tints of Plantation #365948

Color information

#365948 (or 0x365948) is unknown color: approx Plantation. HEX triplet: 36, 59 and 48. RGB value is (54,89,72). Sum of RGB (Red+Green+Blue) = 54+89+72=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #365948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365948 is #C9A6B7. Grayscale: #4C4C4C. Windows color (decimal): -13215416 or 4741430. OLE color: 4741430.

HSL color Cylindrical-coordinate representation of color #365948: hue angle of 150.86º 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 #365948 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB548972-
CMYK0.3900.190.65
HSL150.86º24.48%28.04%-
HSV(B)150.86º39.33%34.9%-
XYZ6.268.47.42-
YUV76.6125.4111.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=25.12%
G=41.40%
B=33.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489720.3900.190.65150.8624.4828.04
Hex365948270134197181c
Octal66131110470231012273034
Binary110110101100110010001001110100111000001100101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365948; }

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

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

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

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

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

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

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

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