#31583F

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

Shades of Goblin #31583F

Tints of Goblin #31583F

Color information

#31583F (or 0x31583F) is unknown color: approx Goblin. HEX triplet: 31, 58 and 3F. RGB value is (49,88,63). Sum of RGB (Red+Green+Blue) = 49+88+63=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #31583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31583F is #CEA7C0. Grayscale: #494949. Windows color (decimal): -13543361 or 4151345. OLE color: 4151345.

HSL color Cylindrical-coordinate representation of color #31583F: hue angle of 141.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31583F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB498863-
CMYK0.4400.280.65
HSL141.54º28.47%26.86%-
HSV(B)141.54º44.32%34.51%-
XYZ5.657.995.95-
YUV73.49122.08110.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 63 (25% from 255) = 31.5%
R=24.5%
G=44%
B=31.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988630.4400.280.65141.5428.4726.86
Hex31583F2C01C418e1c1b
Octal6113077540341012163433
Binary11000110110001111111011000111001000001100011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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