#31573D

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

Shades of Goblin #31573D

Tints of Goblin #31573D

Color information

#31573D (or 0x31573D) is unknown color: approx Goblin. HEX triplet: 31, 57 and 3D. RGB value is (49,87,61). Sum of RGB (Red+Green+Blue) = 49+87+61=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #31573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31573D is #CEA8C2. Grayscale: #484848. Windows color (decimal): -13543619 or 4020017. OLE color: 4020017.

HSL color Cylindrical-coordinate representation of color #31573D: hue angle of 138.95º 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 #31573D is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB498761-
CMYK0.4400.300.66
HSL138.95º27.94%26.67%-
HSV(B)138.95º43.68%34.12%-
XYZ5.527.815.63-
YUV72.67121.41111.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=24.87%
G=44.16%
B=30.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987610.4400.300.66138.9527.9426.67
Hex31573D2C01E428b1c1b
Octal6112775540361022133433
Binary11000110101111111011011000111101000010100010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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