#31583C

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

Shades of Goblin #31583C

Tints of Goblin #31583C

Color information

#31583C (or 0x31583C) is unknown color: approx Goblin. HEX triplet: 31, 58 and 3C. RGB value is (49,88,60). Sum of RGB (Red+Green+Blue) = 49+88+60=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #31583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31583C is #CEA7C3. Grayscale: #494949. Windows color (decimal): -13543364 or 3954737. OLE color: 3954737.

HSL color Cylindrical-coordinate representation of color #31583C: hue angle of 136.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31583C is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB498860-
CMYK0.4400.320.65
HSL136.92º28.47%26.86%-
HSV(B)136.92º44.32%34.51%-
XYZ5.577.965.52-
YUV73.15120.58110.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=24.87%
G=44.67%
B=30.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988600.4400.320.65136.9228.4726.86
Hex31583C2C02041891c1b
Octal6113074540401012113433
Binary110001101100011110010110001000001000001100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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