#444A45

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

Shades of Goblin #444A45

Tints of Goblin #444A45

Color information

#444A45 (or 0x444A45) is unknown color: approx Goblin. HEX triplet: 44, 4A and 45. RGB value is (68,74,69). Sum of RGB (Red+Green+Blue) = 68+74+69=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #444A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A45 is #BBB5BA. Grayscale: #474747. Windows color (decimal): -12301755 or 4540996. OLE color: 4540996.

HSL color Cylindrical-coordinate representation of color #444A45: hue angle of 130º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A45 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB687469-
CMYK0.0800.070.71
HSL130º4.23%27.84%-
HSV(B)130º8.11%29.02%-
XYZ5.916.566.58-
YUV71.64126.51125.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=32.23%
G=35.07%
B=32.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874690.0800.070.711304.2327.84
Hex444A45807478241c
Octal1041121051007107202434
Binary1000100100101010001011000011110001111000001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,74,69); }

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

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

 a { background-color: rgb(68,74,69); }

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

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

 span { border-color: rgb(68,74,69); }

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