#315941

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

Shades of Goblin #315941

Tints of Goblin #315941

Color information

#315941 (or 0x315941) is unknown color: approx Goblin. HEX triplet: 31, 59 and 41. RGB value is (49,89,65). Sum of RGB (Red+Green+Blue) = 49+89+65=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #315941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315941 is #CEA6BE. Grayscale: #4A4A4A. Windows color (decimal): -13543103 or 4282673. OLE color: 4282673.

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

Color convert

RGB498965-
CMYK0.4500.270.65
HSL144º28.99%27.06%-
HSV(B)144º44.94%34.9%-
XYZ5.798.186.27-
YUV74.3122.75109.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=24.14%
G=43.84%
B=32.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989650.4500.270.6514428.9927.06
Hex3159412D01B41901d1b
Octal61131101550331012203533
Binary110001101100110000011011010110111000001100100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315941; }

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

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

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

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

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

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

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

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