#44554C

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

Shades of Plantation #44554C

Tints of Plantation #44554C

Color information

#44554C (or 0x44554C) is unknown color: approx Plantation. HEX triplet: 44, 55 and 4C. RGB value is (68,85,76). Sum of RGB (Red+Green+Blue) = 68+85+76=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #44554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44554C is #BBAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12298932 or 5002564. OLE color: 5002564.

HSL color Cylindrical-coordinate representation of color #44554C: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #44554C is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB688576-
CMYK0.2000.110.67
HSL148.24º11.11%30%-
HSV(B)148.24º20%33.33%-
XYZ6.948.258.06-
YUV78.89126.37120.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=29.69%
G=37.12%
B=33.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885760.2000.110.67148.2411.1130
Hex44554C140B4394b1e
Octal104125114240131032241336
Binary1000100101010110011001010001011100001110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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