#444D48

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

Shades of Plantation #444D48

Tints of Plantation #444D48

Color information

#444D48 (or 0x444D48) is unknown color: approx Plantation. HEX triplet: 44, 4D and 48. RGB value is (68,77,72). Sum of RGB (Red+Green+Blue) = 68+77+72=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #444D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D48 is #BBB2B7. Grayscale: #494949. Windows color (decimal): -12300984 or 4738372. OLE color: 4738372.

HSL color Cylindrical-coordinate representation of color #444D48: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #444D48 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB687772-
CMYK0.1200.060.70
HSL146.67º6.21%28.43%-
HSV(B)146.67º11.69%30.2%-
XYZ6.2177.16-
YUV73.74127.02123.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=31.34%
G=35.48%
B=33.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877720.1200.060.70146.676.2128.43
Hex444D48C06469361c
Octal1041151101406106223634
Binary1000100100110110010001100011010001101001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D48; }

 p { color: rgb(68,77,72); }

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

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

 a { background-color: rgb(68,77,72); }

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

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

 span { border-color: rgb(68,77,72); }

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