#31543E

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

Shades of Goblin #31543E

Tints of Goblin #31543E

Color information

#31543E (or 0x31543E) is unknown color: approx Goblin. HEX triplet: 31, 54 and 3E. RGB value is (49,84,62). Sum of RGB (Red+Green+Blue) = 49+84+62=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #31543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31543E is #CEABC1. Grayscale: #474747. Windows color (decimal): -13544386 or 4084785. OLE color: 4084785.

HSL color Cylindrical-coordinate representation of color #31543E: hue angle of 142.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31543E is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB498462-
CMYK0.4200.260.67
HSL142.29º26.32%26.08%-
HSV(B)142.29º41.67%32.94%-
XYZ5.317.345.69-
YUV71.03122.9112.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=25.13%
G=43.08%
B=31.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984620.4200.260.67142.2926.3226.08
Hex31543E2A01A438e1a1a
Octal6112476520321032163232
Binary11000110101001111101010100110101000011100011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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