#31563E

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

Shades of Goblin #31563E

Tints of Goblin #31563E

Color information

#31563E (or 0x31563E) is unknown color: approx Goblin. HEX triplet: 31, 56 and 3E. RGB value is (49,86,62). Sum of RGB (Red+Green+Blue) = 49+86+62=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #31563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31563E is #CEA9C1. Grayscale: #484848. Windows color (decimal): -13543874 or 4085297. OLE color: 4085297.

HSL color Cylindrical-coordinate representation of color #31563E: hue angle of 141.08º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31563E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB498662-
CMYK0.4300.280.66
HSL141.08º27.41%26.47%-
HSV(B)141.08º43.02%33.73%-
XYZ5.467.665.75-
YUV72.2122.24111.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=24.87%
G=43.65%
B=31.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986620.4300.280.66141.0827.4126.47
Hex31563E2B01C428d1b1a
Octal6112676530341022153332
Binary11000110101101111101010110111001000010100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31563E; }

 p { color: rgb(49,86,62); }

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

<style>
 a { background-color: #31563E; }

 a { background-color: rgb(49,86,62); }

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

<style>
 span { border-color: #31563E; }

 span { border-color: rgb(49,86,62); }

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