#395640

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

Shades of Goblin #395640

Tints of Goblin #395640

Color information

#395640 (or 0x395640) is unknown color: approx Goblin. HEX triplet: 39, 56 and 40. RGB value is (57,86,64). Sum of RGB (Red+Green+Blue) = 57+86+64=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #395640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395640 is #C6A9BF. Grayscale: #4A4A4A. Windows color (decimal): -13019584 or 4216377. OLE color: 4216377.

HSL color Cylindrical-coordinate representation of color #395640: hue angle of 134.48º degrees, saturation: 0.2, 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 #395640 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB578664-
CMYK0.3400.260.66
HSL134.48º20.28%28.04%-
HSV(B)134.48º33.72%33.73%-
XYZ5.947.96.06-
YUV74.82121.89115.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=27.54%
G=41.55%
B=30.92%

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
Decimal5786640.3400.260.66134.4820.2828.04
Hex3956402201A4286141c
Octal71126100420321022062434
Binary111001101011010000001000100110101000010100001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395640; }

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

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

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

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

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

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

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

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