#31593B

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

Shades of Goblin #31593B

Tints of Goblin #31593B

Color information

#31593B (or 0x31593B) is unknown color: approx Goblin. HEX triplet: 31, 59 and 3B. RGB value is (49,89,59). Sum of RGB (Red+Green+Blue) = 49+89+59=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #31593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31593B is #CEA6C4. Grayscale: #494949. Windows color (decimal): -13543109 or 3889457. OLE color: 3889457.

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

Color convert

RGB498959-
CMYK0.4500.340.65
HSL135º28.99%27.06%-
HSV(B)135º44.94%34.9%-
XYZ5.638.115.41-
YUV73.62119.75110.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=24.87%
G=45.18%
B=29.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989590.4500.340.6513528.9927.06
Hex31593B2D02241871d1b
Octal6113173550421012073533
Binary110001101100111101110110101000101000001100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31593B; }

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

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

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

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

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

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

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

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