#44584C

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

Shades of Plantation #44584C

Tints of Plantation #44584C

Color information

#44584C (or 0x44584C) is unknown color: approx Plantation. HEX triplet: 44, 58 and 4C. RGB value is (68,88,76). Sum of RGB (Red+Green+Blue) = 68+88+76=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #44584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44584C is #BBA7B3. Grayscale: #505050. Windows color (decimal): -12298164 or 5003332. OLE color: 5003332.

HSL color Cylindrical-coordinate representation of color #44584C: hue angle of 144º 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 #44584C is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB688876-
CMYK0.2300.140.65
HSL144º12.82%30.59%-
HSV(B)144º22.73%34.51%-
XYZ7.188.738.14-
YUV80.65125.37118.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=29.31%
G=37.93%
B=32.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888760.2300.140.6514412.8230.59
Hex44584C170E4190d1f
Octal104130114270161012201537
Binary1000100101100010011001011101110100000110010000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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