#395942

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

Shades of Goblin #395942

Tints of Goblin #395942

Color information

#395942 (or 0x395942) is unknown color: approx Goblin. HEX triplet: 39, 59 and 42. RGB value is (57,89,66). Sum of RGB (Red+Green+Blue) = 57+89+66=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #395942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395942 is #C6A6BD. Grayscale: #4C4C4C. Windows color (decimal): -13018814 or 4348217. OLE color: 4348217.

HSL color Cylindrical-coordinate representation of color #395942: hue angle of 136.88º 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 #395942 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB578966-
CMYK0.3600.260.65
HSL136.88º21.92%28.63%-
HSV(B)136.88º35.96%34.9%-
XYZ6.248.416.45-
YUV76.81121.9113.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=26.89%
G=41.98%
B=31.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789660.3600.260.65136.8821.9228.63
Hex3959422401A4189161d
Octal71131102440321012112635
Binary111001101100110000101001000110101000001100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395942; }

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

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

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

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

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

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

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

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