#445548

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

Shades of Goblin #445548

Tints of Goblin #445548

Color information

#445548 (or 0x445548) is unknown color: approx Goblin. HEX triplet: 44, 55 and 48. RGB value is (68,85,72). Sum of RGB (Red+Green+Blue) = 68+85+72=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #445548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445548 is #BBAAB7. Grayscale: #4E4E4E. Windows color (decimal): -12298936 or 4740420. OLE color: 4740420.

HSL color Cylindrical-coordinate representation of color #445548: hue angle of 134.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445548 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB688572-
CMYK0.2000.150.67
HSL134.12º11.11%30%-
HSV(B)134.12º20%33.33%-
XYZ6.88.197.35-
YUV78.44124.37120.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 72 (28.52% from 255) = 32%
R=30.22%
G=37.78%
B=32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885720.2000.150.67134.1211.1130
Hex445548140F4386b1e
Octal104125110240171032061336
Binary1000100101010110010001010001111100001110000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445548; }

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

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

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

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

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

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

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

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