#31543B

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

Shades of Goblin #31543B

Tints of Goblin #31543B

Color information

#31543B (or 0x31543B) is unknown color: approx Goblin. HEX triplet: 31, 54 and 3B. RGB value is (49,84,59). Sum of RGB (Red+Green+Blue) = 49+84+59=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #31543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31543B is #CEABC4. Grayscale: #464646. Windows color (decimal): -13544389 or 3888177. OLE color: 3888177.

HSL color Cylindrical-coordinate representation of color #31543B: hue angle of 137.14º 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 #31543B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB498459-
CMYK0.4200.300.67
HSL137.14º26.32%26.08%-
HSV(B)137.14º41.67%32.94%-
XYZ5.237.315.27-
YUV70.68121.4112.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=25.52%
G=43.75%
B=30.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984590.4200.300.67137.1426.3226.08
Hex31543B2A01E43891a1a
Octal6112473520361032113232
Binary11000110101001110111010100111101000011100010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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