#315841

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

Shades of Goblin #315841

Tints of Goblin #315841

Color information

#315841 (or 0x315841) is unknown color: approx Goblin. HEX triplet: 31, 58 and 41. RGB value is (49,88,65). Sum of RGB (Red+Green+Blue) = 49+88+65=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #315841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315841 is #CEA7BE. Grayscale: #494949. Windows color (decimal): -13543359 or 4282417. OLE color: 4282417.

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

Color convert

RGB498865-
CMYK0.4400.260.65
HSL144.62º28.47%26.86%-
HSV(B)144.62º44.32%34.51%-
XYZ5.718.016.25-
YUV73.72123.08110.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=24.26%
G=43.56%
B=32.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988650.4400.260.65144.6228.4726.86
Hex3158412C01A41911c1b
Octal61130101540321012213433
Binary110001101100010000011011000110101000001100100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315841; }

 p { color: rgb(49,88,65); }

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

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

 a { background-color: rgb(49,88,65); }

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

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

 span { border-color: rgb(49,88,65); }

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