#31573C

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

Shades of Goblin #31573C

Tints of Goblin #31573C

Color information

#31573C (or 0x31573C) is unknown color: approx Goblin. HEX triplet: 31, 57 and 3C. RGB value is (49,87,60). Sum of RGB (Red+Green+Blue) = 49+87+60=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #31573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31573C is #CEA8C3. Grayscale: #484848. Windows color (decimal): -13543620 or 3954481. OLE color: 3954481.

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

Color convert

RGB498760-
CMYK0.4400.310.66
HSL137.37º27.94%26.67%-
HSV(B)137.37º43.68%34.12%-
XYZ5.497.85.49-
YUV72.56120.91111.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=25%
G=44.39%
B=30.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987600.4400.310.66137.3727.9426.67
Hex31573C2C01F42891c1b
Octal6112774540371022113433
Binary11000110101111111001011000111111000010100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31573C; }

 p { color: rgb(49,87,60); }

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

<style>
 a { background-color: #31573C; }

 a { background-color: rgb(49,87,60); }

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

<style>
 span { border-color: #31573C; }

 span { border-color: rgb(49,87,60); }

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