#32583F

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

Shades of Goblin #32583F

Tints of Goblin #32583F

Color information

#32583F (or 0x32583F) is unknown color: approx Goblin. HEX triplet: 32, 58 and 3F. RGB value is (50,88,63). Sum of RGB (Red+Green+Blue) = 50+88+63=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #32583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32583F is #CDA7C0. Grayscale: #494949. Windows color (decimal): -13477825 or 4151346. OLE color: 4151346.

HSL color Cylindrical-coordinate representation of color #32583F: hue angle of 140.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32583F is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB508863-
CMYK0.4300.280.65
HSL140.53º27.54%27.06%-
HSV(B)140.53º43.18%34.51%-
XYZ5.78.025.95-
YUV73.79121.91111.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 63 (25% from 255) = 31.34%
R=24.88%
G=43.78%
B=31.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088630.4300.280.65140.5327.5427.06
Hex32583F2B01C418d1c1b
Octal6213077530341012153433
Binary11001010110001111111010110111001000001100011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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