#395444

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

Shades of Goblin #395444

Tints of Goblin #395444

Color information

#395444 (or 0x395444) is unknown color: approx Goblin. HEX triplet: 39, 54 and 44. RGB value is (57,84,68). Sum of RGB (Red+Green+Blue) = 57+84+68=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #395444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395444 is #C6ABBB. Grayscale: #4A4A4A. Windows color (decimal): -13020092 or 4478009. OLE color: 4478009.

HSL color Cylindrical-coordinate representation of color #395444: hue angle of 144.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395444 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB578468-
CMYK0.3200.190.67
HSL144.44º19.15%27.65%-
HSV(B)144.44º32.14%32.94%-
XYZ5.97.636.63-
YUV74.1124.55115.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=27.27%
G=40.19%
B=32.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784680.3200.190.67144.4419.1527.65
Hex395444200134390131c
Octal71124104400231032202334
Binary111001101010010001001000000100111000011100100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395444; }

 p { color: rgb(57,84,68); }

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

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

 a { background-color: rgb(57,84,68); }

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

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

 span { border-color: rgb(57,84,68); }

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