#395740

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

Shades of Goblin #395740

Tints of Goblin #395740

Color information

#395740 (or 0x395740) is unknown color: approx Goblin. HEX triplet: 39, 57 and 40. RGB value is (57,87,64). Sum of RGB (Red+Green+Blue) = 57+87+64=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #395740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395740 is #C6A8BF. Grayscale: #4B4B4B. Windows color (decimal): -13019328 or 4216633. OLE color: 4216633.

HSL color Cylindrical-coordinate representation of color #395740: hue angle of 134º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395740 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB578764-
CMYK0.3400.260.66
HSL134º20.83%28.24%-
HSV(B)134º34.48%34.12%-
XYZ6.028.066.09-
YUV75.41121.56114.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=27.40%
G=41.83%
B=30.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787640.3400.260.6613420.8328.24
Hex3957402201A4286151c
Octal71127100420321022062534
Binary111001101011110000001000100110101000010100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395740; }

 p { color: rgb(57,87,64); }

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

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

 a { background-color: rgb(57,87,64); }

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

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

 span { border-color: rgb(57,87,64); }

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