#325439

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

Shades of Goblin #325439

Tints of Goblin #325439

Color information

#325439 (or 0x325439) is unknown color: approx Goblin. HEX triplet: 32, 54 and 39. RGB value is (50,84,57). Sum of RGB (Red+Green+Blue) = 50+84+57=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #325439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325439 is #CDABC6. Grayscale: #464646. Windows color (decimal): -13478855 or 3757106. OLE color: 3757106.

HSL color Cylindrical-coordinate representation of color #325439: hue angle of 132.35º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325439 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB508457-
CMYK0.4000.320.67
HSL132.35º25.37%26.27%-
HSV(B)132.35º40.48%32.94%-
XYZ5.227.315.01-
YUV70.76120.24113.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=26.18%
G=43.98%
B=29.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084570.4000.320.67132.3525.3726.27
Hex325439280204384191a
Octal6212471500401032043132
Binary110010101010011100110100001000001000011100001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325439; }

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

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

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

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

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

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

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

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