#444C47

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

Shades of Plantation #444C47

Tints of Plantation #444C47

Color information

#444C47 (or 0x444C47) is unknown color: approx Plantation. HEX triplet: 44, 4C and 47. RGB value is (68,76,71). Sum of RGB (Red+Green+Blue) = 68+76+71=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #444C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C47 is #BBB3B8. Grayscale: #494949. Windows color (decimal): -12301241 or 4672580. OLE color: 4672580.

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

Color convert

RGB687671-
CMYK0.1100.070.70
HSL142.5º5.56%28.24%-
HSV(B)142.5º10.53%29.8%-
XYZ6.116.856.96-
YUV73.04126.85124.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=31.63%
G=35.35%
B=33.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6876710.1100.070.70142.55.5628.24
Hex444C47B07468e61c
Octal1041141071307106216634
Binary1000100100110010001111011011110001101000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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