#31533B

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

Shades of Goblin #31533B

Tints of Goblin #31533B

Color information

#31533B (or 0x31533B) is unknown color: approx Goblin. HEX triplet: 31, 53 and 3B. RGB value is (49,83,59). Sum of RGB (Red+Green+Blue) = 49+83+59=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #31533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31533B is #CEACC4. Grayscale: #464646. Windows color (decimal): -13544645 or 3887921. OLE color: 3887921.

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

Color convert

RGB498359-
CMYK0.4100.290.67
HSL137.65º25.76%25.88%-
HSV(B)137.65º40.96%32.55%-
XYZ5.157.165.25-
YUV70.1121.74112.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=25.65%
G=43.46%
B=30.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983590.4100.290.67137.6525.7625.88
Hex31533B2901D438a1a1a
Octal6112373510351032123232
Binary11000110100111110111010010111011000011100010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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