#31533E

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

Shades of Goblin #31533E

Tints of Goblin #31533E

Color information

#31533E (or 0x31533E) is unknown color: approx Goblin. HEX triplet: 31, 53 and 3E. RGB value is (49,83,62). Sum of RGB (Red+Green+Blue) = 49+83+62=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #31533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31533E is #CEACC1. Grayscale: #464646. Windows color (decimal): -13544642 or 4084529. OLE color: 4084529.

HSL color Cylindrical-coordinate representation of color #31533E: hue angle of 142.94º 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 #31533E is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB498362-
CMYK0.4100.250.67
HSL142.94º25.76%25.88%-
HSV(B)142.94º40.96%32.55%-
XYZ5.237.195.67-
YUV70.44123.24112.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=25.26%
G=42.78%
B=31.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983620.4100.250.67142.9425.7625.88
Hex31533E29019438f1a1a
Octal6112376510311032173232
Binary11000110100111111101010010110011000011100011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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