#325940

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

Shades of Goblin #325940

Tints of Goblin #325940

Color information

#325940 (or 0x325940) is unknown color: approx Goblin. HEX triplet: 32, 59 and 40. RGB value is (50,89,64). Sum of RGB (Red+Green+Blue) = 50+89+64=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #325940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325940 is #CDA6BF. Grayscale: #4A4A4A. Windows color (decimal): -13477568 or 4217138. OLE color: 4217138.

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

Color convert

RGB508964-
CMYK0.4400.280.65
HSL141.54º28.06%27.25%-
HSV(B)141.54º43.82%34.9%-
XYZ5.818.196.13-
YUV74.49122.08110.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=24.63%
G=43.84%
B=31.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089640.4400.280.65141.5428.0627.25
Hex3259402C01C418e1c1b
Octal62131100540341012163433
Binary110010101100110000001011000111001000001100011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325940; }

 p { color: rgb(50,89,64); }

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

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

 a { background-color: rgb(50,89,64); }

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

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

 span { border-color: rgb(50,89,64); }

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