#32503B

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

Shades of Goblin #32503B

Tints of Goblin #32503B

Color information

#32503B (or 0x32503B) is unknown color: approx Goblin. HEX triplet: 32, 50 and 3B. RGB value is (50,80,59). Sum of RGB (Red+Green+Blue) = 50+80+59=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #32503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32503B is #CDAFC4. Grayscale: #444444. Windows color (decimal): -13479877 or 3887154. OLE color: 3887154.

HSL color Cylindrical-coordinate representation of color #32503B: hue angle of 138º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32503B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB508059-
CMYK0.3700.260.69
HSL138º23.08%25.49%-
HSV(B)138º37.5%31.37%-
XYZ4.976.735.17-
YUV68.64122.56114.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=26.46%
G=42.33%
B=31.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080590.3700.260.6913823.0825.49
Hex32503B2501A458a1719
Octal6212073450321052122731
Binary11001010100001110111001010110101000101100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,80,59); }

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

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

 a { background-color: rgb(50,80,59); }

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

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

 span { border-color: rgb(50,80,59); }

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