#31543C

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

Shades of Goblin #31543C

Tints of Goblin #31543C

Color information

#31543C (or 0x31543C) is unknown color: approx Goblin. HEX triplet: 31, 54 and 3C. RGB value is (49,84,60). Sum of RGB (Red+Green+Blue) = 49+84+60=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #31543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31543C is #CEABC3. Grayscale: #464646. Windows color (decimal): -13544388 or 3953713. OLE color: 3953713.

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

Color convert

RGB498460-
CMYK0.4200.290.67
HSL138.86º26.32%26.08%-
HSV(B)138.86º41.67%32.94%-
XYZ5.257.325.41-
YUV70.8121.9112.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=25.39%
G=43.52%
B=31.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984600.4200.290.67138.8626.3226.08
Hex31543C2A01D438b1a1a
Octal6112474520351032133232
Binary11000110101001111001010100111011000011100010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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