#315139

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

Shades of Goblin #315139

Tints of Goblin #315139

Color information

#315139 (or 0x315139) is unknown color: approx Goblin. HEX triplet: 31, 51 and 39. RGB value is (49,81,57). Sum of RGB (Red+Green+Blue) = 49+81+57=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #315139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315139 is #CEAEC6. Grayscale: #444444. Windows color (decimal): -13545159 or 3756337. OLE color: 3756337.

HSL color Cylindrical-coordinate representation of color #315139: hue angle of 135º 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 #315139 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB498157-
CMYK0.4000.300.68
HSL135º24.62%25.49%-
HSV(B)135º39.51%31.76%-
XYZ4.956.834.93-
YUV68.7121.4113.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=26.20%
G=43.32%
B=30.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981570.4000.300.6813524.6225.49
Hex3151392801E44871919
Octal6112171500361042073131
Binary11000110100011110011010000111101000100100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315139; }

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

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

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

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

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

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

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

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