#32583B

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

Shades of Goblin #32583B

Tints of Goblin #32583B

Color information

#32583B (or 0x32583B) is unknown color: approx Goblin. HEX triplet: 32, 58 and 3B. RGB value is (50,88,59). Sum of RGB (Red+Green+Blue) = 50+88+59=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #32583B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32583B is #CDA7C4. Grayscale: #494949. Windows color (decimal): -13477829 or 3889202. OLE color: 3889202.

HSL color Cylindrical-coordinate representation of color #32583B: hue angle of 134.21º 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 #32583B is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB508859-
CMYK0.4300.330.65
HSL134.21º27.54%27.06%-
HSV(B)134.21º43.18%34.51%-
XYZ5.597.975.38-
YUV73.33119.91111.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=25.38%
G=44.67%
B=29.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088590.4300.330.65134.2127.5427.06
Hex32583B2B02141861c1b
Octal6213073530411012063433
Binary110010101100011101110101101000011000001100001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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