#315940

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

Shades of Goblin #315940

Tints of Goblin #315940

Color information

#315940 (or 0x315940) is unknown color: approx Goblin. HEX triplet: 31, 59 and 40. RGB value is (49,89,64). Sum of RGB (Red+Green+Blue) = 49+89+64=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #315940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315940 is #CEA6BF. Grayscale: #4A4A4A. Windows color (decimal): -13543104 or 4217137. OLE color: 4217137.

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

Color convert

RGB498964-
CMYK0.4500.280.65
HSL142.5º28.99%27.06%-
HSV(B)142.5º44.94%34.9%-
XYZ5.768.176.12-
YUV74.19122.25110.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=24.26%
G=44.06%
B=31.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989640.4500.280.65142.528.9927.06
Hex3159402D01C418e1d1b
Octal61131100550341012163533
Binary110001101100110000001011010111001000001100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315940; }

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

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

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

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

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

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

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

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