#444845

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

Shades of Goblin #444845

Tints of Goblin #444845

Color information

#444845 (or 0x444845) is unknown color: approx Goblin. HEX triplet: 44, 48 and 45. RGB value is (68,72,69). Sum of RGB (Red+Green+Blue) = 68+72+69=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 72 - color contains mainly: green. Hex color #444845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444845 is #BBB7BA. Grayscale: #464646. Windows color (decimal): -12302267 or 4540484. OLE color: 4540484.

HSL color Cylindrical-coordinate representation of color #444845: hue angle of 135º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #444845 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB687269-
CMYK0.0600.040.72
HSL135º2.86%27.45%-
HSV(B)135º5.56%28.24%-
XYZ5.786.296.54-
YUV70.46127.17126.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=32.54%
G=34.45%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872690.0600.040.721352.8627.45
Hex444845604488731b
Octal104110105604110207333
Binary10001001001000100010111001001001000100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444845; }

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

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

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

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

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

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

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

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