#325541

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

Shades of Goblin #325541

Tints of Goblin #325541

Color information

#325541 (or 0x325541) is unknown color: approx Goblin. HEX triplet: 32, 55 and 41. RGB value is (50,85,65). Sum of RGB (Red+Green+Blue) = 50+85+65=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #325541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325541 is #CDAABE. Grayscale: #484848. Windows color (decimal): -13478591 or 4281650. OLE color: 4281650.

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

Color convert

RGB508565-
CMYK0.4100.240.67
HSL145.71º25.93%26.47%-
HSV(B)145.71º41.18%33.33%-
XYZ5.527.566.17-
YUV72.26123.9112.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=25%
G=42.5%
B=32.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085650.4100.240.67145.7125.9326.47
Hex3255412901843921a1a
Octal62125101510301032223232
Binary110010101010110000011010010110001000011100100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325541; }

 p { color: rgb(50,85,65); }

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

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

 a { background-color: rgb(50,85,65); }

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

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

 span { border-color: rgb(50,85,65); }

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