#31533C

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

Shades of Goblin #31533C

Tints of Goblin #31533C

Color information

#31533C (or 0x31533C) is unknown color: approx Goblin. HEX triplet: 31, 53 and 3C. RGB value is (49,83,60). Sum of RGB (Red+Green+Blue) = 49+83+60=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #31533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31533C is #CEACC3. Grayscale: #464646. Windows color (decimal): -13544644 or 3953457. OLE color: 3953457.

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

Color convert

RGB498360-
CMYK0.4100.280.67
HSL139.41º25.76%25.88%-
HSV(B)139.41º40.96%32.55%-
XYZ5.187.175.39-
YUV70.21122.24112.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=25.52%
G=43.23%
B=31.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983600.4100.280.67139.4125.7625.88
Hex31533C2901C438b1a1a
Octal6112374510341032133232
Binary11000110100111111001010010111001000011100010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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