#396447

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

Shades of Goblin #396447

Tints of Goblin #396447

Color information

#396447 (or 0x396447) is unknown color: approx Goblin. HEX triplet: 39, 64 and 47. RGB value is (57,100,71). Sum of RGB (Red+Green+Blue) = 57+100+71=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #396447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396447 is #C69BB8. Grayscale: #535353. Windows color (decimal): -13015993 or 4678713. OLE color: 4678713.

HSL color Cylindrical-coordinate representation of color #396447: hue angle of 139.53º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #396447 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB5710071-
CMYK0.4300.290.61
HSL139.53º27.39%30.78%-
HSV(B)139.53º43%39.22%-
XYZ7.3810.447.59-
YUV83.84120.75108.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=25%
G=43.86%
B=31.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57100710.4300.290.61139.5327.3930.78
Hex3964472B01D3D8c1b1f
Octal7114410753035752143337
Binary11100111001001000111101011011101111101100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396447; }

 p { color: rgb(57,100,71); }

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

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

 a { background-color: rgb(57,100,71); }

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

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

 span { border-color: rgb(57,100,71); }

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