#31553F

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

Shades of Goblin #31553F

Tints of Goblin #31553F

Color information

#31553F (or 0x31553F) is unknown color: approx Goblin. HEX triplet: 31, 55 and 3F. RGB value is (49,85,63). Sum of RGB (Red+Green+Blue) = 49+85+63=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #31553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31553F is #CEAAC0. Grayscale: #474747. Windows color (decimal): -13544129 or 4150577. OLE color: 4150577.

HSL color Cylindrical-coordinate representation of color #31553F: hue angle of 143.33º degrees, saturation: 0.27, 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 #31553F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB498563-
CMYK0.4200.260.67
HSL143.33º26.87%26.27%-
HSV(B)143.33º42.35%33.33%-
XYZ5.417.515.87-
YUV71.73123.07111.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 63 (25% from 255) = 31.98%
R=24.87%
G=43.15%
B=31.98%

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
Decimal4985630.4200.260.67143.3326.8726.27
Hex31553F2A01A438f1b1a
Octal6112577520321032173332
Binary11000110101011111111010100110101000011100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31553F; }

 p { color: rgb(49,85,63); }

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

<style>
 a { background-color: #31553F; }

 a { background-color: rgb(49,85,63); }

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

<style>
 span { border-color: #31553F; }

 span { border-color: rgb(49,85,63); }

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