#32593D

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

Shades of Goblin #32593D

Tints of Goblin #32593D

Color information

#32593D (or 0x32593D) is unknown color: approx Goblin. HEX triplet: 32, 59 and 3D. RGB value is (50,89,61). Sum of RGB (Red+Green+Blue) = 50+89+61=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #32593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32593D is #CDA6C2. Grayscale: #4A4A4A. Windows color (decimal): -13477571 or 4020530. OLE color: 4020530.

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

Color convert

RGB508961-
CMYK0.4400.310.65
HSL136.92º28.06%27.25%-
HSV(B)136.92º43.82%34.9%-
XYZ5.738.165.69-
YUV74.15120.58110.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=25%
G=44.5%
B=30.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089610.4400.310.65136.9228.0627.25
Hex32593D2C01F41891c1b
Octal6213175540371012113433
Binary11001010110011111011011000111111000001100010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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