#315640

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

Shades of Goblin #315640

Tints of Goblin #315640

Color information

#315640 (or 0x315640) is unknown color: approx Goblin. HEX triplet: 31, 56 and 40. RGB value is (49,86,64). Sum of RGB (Red+Green+Blue) = 49+86+64=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #315640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315640 is #CEA9BF. Grayscale: #484848. Windows color (decimal): -13543872 or 4216369. OLE color: 4216369.

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

Color convert

RGB498664-
CMYK0.4300.260.66
HSL144.32º27.41%26.47%-
HSV(B)144.32º43.02%33.73%-
XYZ5.527.686.04-
YUV72.43123.24111.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=24.62%
G=43.22%
B=32.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986640.4300.260.66144.3227.4126.47
Hex3156402B01A42901b1a
Octal61126100530321022203332
Binary110001101011010000001010110110101000010100100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315640; }

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

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

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

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

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

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

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

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