#32593F

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

Shades of Goblin #32593F

Tints of Goblin #32593F

Color information

#32593F (or 0x32593F) is unknown color: approx Goblin. HEX triplet: 32, 59 and 3F. RGB value is (50,89,63). Sum of RGB (Red+Green+Blue) = 50+89+63=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #32593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32593F is #CDA6C0. Grayscale: #4A4A4A. Windows color (decimal): -13477569 or 4151602. OLE color: 4151602.

HSL color Cylindrical-coordinate representation of color #32593F: hue angle of 140º 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 #32593F is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB508963-
CMYK0.4400.290.65
HSL140º28.06%27.25%-
HSV(B)140º43.82%34.9%-
XYZ5.788.185.98-
YUV74.38121.58110.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 63 (25% from 255) = 31.19%
R=24.75%
G=44.06%
B=31.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089630.4400.290.6514028.0627.25
Hex32593F2C01D418c1c1b
Octal6213177540351012143433
Binary11001010110011111111011000111011000001100011001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32593F; }

 p { color: rgb(50,89,63); }

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

<style>
 a { background-color: #32593F; }

 a { background-color: rgb(50,89,63); }

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

<style>
 span { border-color: #32593F; }

 span { border-color: rgb(50,89,63); }

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