#44584F

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

Shades of Plantation #44584F

Tints of Plantation #44584F

Color information

#44584F (or 0x44584F) is unknown color: approx Plantation. HEX triplet: 44, 58 and 4F. RGB value is (68,88,79). Sum of RGB (Red+Green+Blue) = 68+88+79=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #44584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44584F is #BBA7B0. Grayscale: #515151. Windows color (decimal): -12298161 or 5199940. OLE color: 5199940.

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

Color convert

RGB688879-
CMYK0.2300.100.65
HSL153º12.82%30.59%-
HSV(B)153º22.73%34.51%-
XYZ7.288.778.71-
YUV80.99126.87118.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=28.94%
G=37.45%
B=33.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888790.2300.100.6515312.8230.59
Hex44584F170A4199d1f
Octal104130117270121012311537
Binary1000100101100010011111011101010100000110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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