#315741

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

Shades of Goblin #315741

Tints of Goblin #315741

Color information

#315741 (or 0x315741) is unknown color: approx Goblin. HEX triplet: 31, 57 and 41. RGB value is (49,87,65). Sum of RGB (Red+Green+Blue) = 49+87+65=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #315741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315741 is #CEA8BE. Grayscale: #494949. Windows color (decimal): -13543615 or 4282161. OLE color: 4282161.

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

Color convert

RGB498765-
CMYK0.4400.250.66
HSL145.26º27.94%26.67%-
HSV(B)145.26º43.68%34.12%-
XYZ5.637.856.22-
YUV73.13123.41110.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=24.38%
G=43.28%
B=32.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987650.4400.250.66145.2627.9426.67
Hex3157412C01942911c1b
Octal61127101540311022213433
Binary110001101011110000011011000110011000010100100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315741; }

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

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

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

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

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

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

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

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