#31513C

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

Shades of Goblin #31513C

Tints of Goblin #31513C

Color information

#31513C (or 0x31513C) is unknown color: approx Goblin. HEX triplet: 31, 51 and 3C. RGB value is (49,81,60). Sum of RGB (Red+Green+Blue) = 49+81+60=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #31513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513C is #CEAEC3. Grayscale: #454545. Windows color (decimal): -13545156 or 3952945. OLE color: 3952945.

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

Color convert

RGB498160-
CMYK0.4000.260.68
HSL140.62º24.62%25.49%-
HSV(B)140.62º39.51%31.76%-
XYZ5.026.865.34-
YUV69.04122.9113.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=25.79%
G=42.63%
B=31.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981600.4000.260.68140.6224.6225.49
Hex31513C2801A448d1919
Octal6112174500321042153131
Binary11000110100011111001010000110101000100100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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