#444F47

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

Shades of Goblin #444F47

Tints of Goblin #444F47

Color information

#444F47 (or 0x444F47) is unknown color: approx Goblin. HEX triplet: 44, 4F and 47. RGB value is (68,79,71). Sum of RGB (Red+Green+Blue) = 68+79+71=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #444F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F47 is #BBB0B8. Grayscale: #4A4A4A. Windows color (decimal): -12300473 or 4673348. OLE color: 4673348.

HSL color Cylindrical-coordinate representation of color #444F47: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F47 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB687971-
CMYK0.1400.100.69
HSL136.36º7.48%28.82%-
HSV(B)136.36º13.92%30.98%-
XYZ6.327.287.03-
YUV74.8125.86123.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=31.19%
G=36.24%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879710.1400.100.69136.367.4828.82
Hex444F47E0A458871d
Octal10411710716012105210735
Binary10001001001111100011111100101010001011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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