#395941

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

Shades of Goblin #395941

Tints of Goblin #395941

Color information

#395941 (or 0x395941) is unknown color: approx Goblin. HEX triplet: 39, 59 and 41. RGB value is (57,89,65). Sum of RGB (Red+Green+Blue) = 57+89+65=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #395941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395941 is #C6A6BE. Grayscale: #4C4C4C. Windows color (decimal): -13018815 or 4282681. OLE color: 4282681.

HSL color Cylindrical-coordinate representation of color #395941: hue angle of 135º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395941 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB578965-
CMYK0.3600.270.65
HSL135º21.92%28.63%-
HSV(B)135º35.96%34.9%-
XYZ6.218.46.29-
YUV76.7121.4113.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=27.01%
G=42.18%
B=30.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789650.3600.270.6513521.9228.63
Hex3959412401B4187161d
Octal71131101440331012072635
Binary111001101100110000011001000110111000001100001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395941; }

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

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

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

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

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

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

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

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