#445247

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

Shades of Goblin #445247

Tints of Goblin #445247

Color information

#445247 (or 0x445247) is unknown color: approx Goblin. HEX triplet: 44, 52 and 47. RGB value is (68,82,71). Sum of RGB (Red+Green+Blue) = 68+82+71=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #445247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445247 is #BBADB8. Grayscale: #4C4C4C. Windows color (decimal): -12299705 or 4674116. OLE color: 4674116.

HSL color Cylindrical-coordinate representation of color #445247: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445247 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB688271-
CMYK0.1700.130.68
HSL132.86º9.33%29.41%-
HSV(B)132.86º17.07%32.16%-
XYZ6.547.727.11-
YUV76.56124.86121.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=30.77%
G=37.10%
B=32.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882710.1700.130.68132.869.3329.41
Hex445247110D448591d
Octal104122107210151042051135
Binary1000100101001010001111000101101100010010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445247; }

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

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

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

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

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

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

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

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