#44594F

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

Shades of Plantation #44594F

Tints of Plantation #44594F

Color information

#44594F (or 0x44594F) is unknown color: approx Plantation. HEX triplet: 44, 59 and 4F. RGB value is (68,89,79). Sum of RGB (Red+Green+Blue) = 68+89+79=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #44594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44594F is #BBA6B0. Grayscale: #515151. Windows color (decimal): -12297905 or 5200196. OLE color: 5200196.

HSL color Cylindrical-coordinate representation of color #44594F: hue angle of 151.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #44594F is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB688979-
CMYK0.2400.110.65
HSL151.43º13.38%30.78%-
HSV(B)151.43º23.6%34.9%-
XYZ7.378.948.73-
YUV81.58126.54118.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=28.81%
G=37.71%
B=33.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889790.2400.110.65151.4313.3830.78
Hex44594F180B4197d1f
Octal104131117300131012271537
Binary1000100101100110011111100001011100000110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44594F; }

 p { color: rgb(68,89,79); }

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

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

 a { background-color: rgb(68,89,79); }

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

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

 span { border-color: rgb(68,89,79); }

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