#315942

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

Shades of Goblin #315942

Tints of Goblin #315942

Color information

#315942 (or 0x315942) is unknown color: approx Goblin. HEX triplet: 31, 59 and 42. RGB value is (49,89,66). Sum of RGB (Red+Green+Blue) = 49+89+66=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #315942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315942 is #CEA6BD. Grayscale: #4A4A4A. Windows color (decimal): -13543102 or 4348209. OLE color: 4348209.

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

Color convert

RGB498966-
CMYK0.4500.260.65
HSL145.5º28.99%27.06%-
HSV(B)145.5º44.94%34.9%-
XYZ5.828.196.43-
YUV74.42123.25109.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=24.02%
G=43.63%
B=32.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989660.4500.260.65145.528.9927.06
Hex3159422D01A41921d1b
Octal61131102550321012223533
Binary110001101100110000101011010110101000001100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315942; }

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

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

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

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

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

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

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

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