#365949

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

Shades of Plantation #365949

Tints of Plantation #365949

Color information

#365949 (or 0x365949) is unknown color: approx Plantation. HEX triplet: 36, 59 and 49. RGB value is (54,89,73). Sum of RGB (Red+Green+Blue) = 54+89+73=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #365949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365949 is #C9A6B6. Grayscale: #4C4C4C. Windows color (decimal): -13215415 or 4806966. OLE color: 4806966.

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

Color convert

RGB548973-
CMYK0.3900.180.65
HSL152.57º24.48%28.04%-
HSV(B)152.57º39.33%34.9%-
XYZ6.38.417.59-
YUV76.71125.9111.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=25%
G=41.20%
B=33.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489730.3900.180.65152.5724.4828.04
Hex365949270124199181c
Octal66131111470221012313034
Binary110110101100110010011001110100101000001100110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365949; }

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

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

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

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

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

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

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

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