#315137

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

Shades of Goblin #315137

Tints of Goblin #315137

Color information

#315137 (or 0x315137) is unknown color: approx Goblin. HEX triplet: 31, 51 and 37. RGB value is (49,81,55). Sum of RGB (Red+Green+Blue) = 49+81+55=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #315137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315137 is #CEAEC8. Grayscale: #444444. Windows color (decimal): -13545161 or 3625265. OLE color: 3625265.

HSL color Cylindrical-coordinate representation of color #315137: hue angle of 131.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315137 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB498155-
CMYK0.4000.320.68
HSL131.25º24.62%25.49%-
HSV(B)131.25º39.51%31.76%-
XYZ4.96.814.67-
YUV68.47120.4114.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=26.49%
G=43.78%
B=29.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981550.4000.320.68131.2524.6225.49
Hex3151372802044831919
Octal6112167500401042033131
Binary110001101000111011110100001000001000100100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315137; }

 p { color: rgb(49,81,55); }

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

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

 a { background-color: rgb(49,81,55); }

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

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

 span { border-color: rgb(49,81,55); }

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