#325239

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

Shades of Goblin #325239

Tints of Goblin #325239

Color information

#325239 (or 0x325239) is unknown color: approx Goblin. HEX triplet: 32, 52 and 39. RGB value is (50,82,57). Sum of RGB (Red+Green+Blue) = 50+82+57=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #325239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325239 is #CDADC6. Grayscale: #454545. Windows color (decimal): -13479367 or 3756594. OLE color: 3756594.

HSL color Cylindrical-coordinate representation of color #325239: hue angle of 133.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325239 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB508257-
CMYK0.3900.300.68
HSL133.12º24.24%25.88%-
HSV(B)133.12º39.02%32.16%-
XYZ5.077.014.96-
YUV69.58120.9114.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=26.46%
G=43.39%
B=30.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082570.3900.300.68133.1224.2425.88
Hex3252392701E4485181a
Octal6212271470361042053032
Binary11001010100101110011001110111101000100100001011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325239; }

 p { color: rgb(50,82,57); }

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

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

 a { background-color: rgb(50,82,57); }

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

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

 span { border-color: rgb(50,82,57); }

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