#31593D

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

Shades of Goblin #31593D

Tints of Goblin #31593D

Color information

#31593D (or 0x31593D) is unknown color: approx Goblin. HEX triplet: 31, 59 and 3D. RGB value is (49,89,61). Sum of RGB (Red+Green+Blue) = 49+89+61=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #31593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31593D is #CEA6C2. Grayscale: #494949. Windows color (decimal): -13543107 or 4020529. OLE color: 4020529.

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

Color convert

RGB498961-
CMYK0.4500.310.65
HSL138º28.99%27.06%-
HSV(B)138º44.94%34.9%-
XYZ5.688.135.69-
YUV73.85120.75110.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=24.62%
G=44.72%
B=30.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989610.4500.310.6513828.9927.06
Hex31593D2D01F418a1d1b
Octal6113175550371012123533
Binary11000110110011111011011010111111000001100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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