#395241

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

Shades of Goblin #395241

Tints of Goblin #395241

Color information

#395241 (or 0x395241) is unknown color: approx Goblin. HEX triplet: 39, 52 and 41. RGB value is (57,82,65). Sum of RGB (Red+Green+Blue) = 57+82+65=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #395241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395241 is #C6ADBE. Grayscale: #484848. Windows color (decimal): -13020607 or 4280889. OLE color: 4280889.

HSL color Cylindrical-coordinate representation of color #395241: hue angle of 139.2º degrees, saturation: 0.18, 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 #395241 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB578265-
CMYK0.3000.210.68
HSL139.2º17.99%27.25%-
HSV(B)139.2º30.49%32.16%-
XYZ5.667.296.11-
YUV72.59123.72116.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=27.94%
G=40.20%
B=31.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782650.3000.210.68139.217.9927.25
Hex3952411E015448b121b
Octal71122101360251042132233
Binary11100110100101000001111100101011000100100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395241; }

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

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

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

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

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

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

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

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