#31513F

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

Shades of Goblin #31513F

Tints of Goblin #31513F

Color information

#31513F (or 0x31513F) is unknown color: approx Goblin. HEX triplet: 31, 51 and 3F. RGB value is (49,81,63). Sum of RGB (Red+Green+Blue) = 49+81+63=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #31513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513F is #CEAEC0. Grayscale: #454545. Windows color (decimal): -13545153 or 4149553. OLE color: 4149553.

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

Color convert

RGB498163-
CMYK0.4000.220.68
HSL146.25º24.62%25.49%-
HSV(B)146.25º39.51%31.76%-
XYZ5.116.95.76-
YUV69.38124.4113.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 63 (25% from 255) = 32.64%
R=25.39%
G=41.97%
B=32.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981630.4000.220.68146.2524.6225.49
Hex31513F2801644921919
Octal6112177500261042223131
Binary11000110100011111111010000101101000100100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31513F; }

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

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

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

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

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

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

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

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