#395141

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

Shades of Goblin #395141

Tints of Goblin #395141

Color information

#395141 (or 0x395141) is unknown color: approx Goblin. HEX triplet: 39, 51 and 41. RGB value is (57,81,65). Sum of RGB (Red+Green+Blue) = 57+81+65=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #395141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395141 is #C6AEBE. Grayscale: #484848. Windows color (decimal): -13020863 or 4280633. OLE color: 4280633.

HSL color Cylindrical-coordinate representation of color #395141: hue angle of 140º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395141 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB578165-
CMYK0.3000.200.68
HSL140º17.39%27.06%-
HSV(B)140º29.63%31.76%-
XYZ5.587.146.08-
YUV72124.05117.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=28.08%
G=39.90%
B=32.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781650.3000.200.6814017.3927.06
Hex3951411E014448c111b
Octal71121101360241042142133
Binary11100110100011000001111100101001000100100011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395141; }

 p { color: rgb(57,81,65); }

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

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

 a { background-color: rgb(57,81,65); }

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

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

 span { border-color: rgb(57,81,65); }

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