#445347

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

Shades of Goblin #445347

Tints of Goblin #445347

Color information

#445347 (or 0x445347) is unknown color: approx Goblin. HEX triplet: 44, 53 and 47. RGB value is (68,83,71). Sum of RGB (Red+Green+Blue) = 68+83+71=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #445347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445347 is #BBACB8. Grayscale: #4D4D4D. Windows color (decimal): -12299449 or 4674372. OLE color: 4674372.

HSL color Cylindrical-coordinate representation of color #445347: hue angle of 132º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445347 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB688371-
CMYK0.1800.140.67
HSL132º9.93%29.61%-
HSV(B)132º18.07%32.55%-
XYZ6.617.877.13-
YUV77.15124.53121.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=30.63%
G=37.39%
B=31.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883710.1800.140.671329.9329.61
Hex445347120E4384a1e
Octal104123107220161032041236
Binary1000100101001110001111001001110100001110000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445347; }

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

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

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

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

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

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

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

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