#31523F

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

Shades of Goblin #31523F

Tints of Goblin #31523F

Color information

#31523F (or 0x31523F) is unknown color: approx Goblin. HEX triplet: 31, 52 and 3F. RGB value is (49,82,63). Sum of RGB (Red+Green+Blue) = 49+82+63=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #31523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31523F is #CEADC0. Grayscale: #464646. Windows color (decimal): -13544897 or 4149809. OLE color: 4149809.

HSL color Cylindrical-coordinate representation of color #31523F: hue angle of 145.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31523F is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB498263-
CMYK0.4000.230.68
HSL145.45º25.19%25.69%-
HSV(B)145.45º40.24%32.16%-
XYZ5.187.055.79-
YUV69.97124.07113.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 63 (25% from 255) = 32.47%
R=25.26%
G=42.27%
B=32.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982630.4000.230.68145.4525.1925.69
Hex31523F280174491191a
Octal6112277500271042213132
Binary11000110100101111111010000101111000100100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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