#325C40

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

Shades of Goblin #325C40

Tints of Goblin #325C40

Color information

#325C40 (or 0x325C40) is unknown color: approx Goblin. HEX triplet: 32, 5C and 40. RGB value is (50,92,64). Sum of RGB (Red+Green+Blue) = 50+92+64=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #325C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C40 is #CDA3BF. Grayscale: #4C4C4C. Windows color (decimal): -13476800 or 4217906. OLE color: 4217906.

HSL color Cylindrical-coordinate representation of color #325C40: hue angle of 140º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C40 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB509264-
CMYK0.4600.300.64
HSL140º29.58%27.84%-
HSV(B)140º45.65%36.08%-
XYZ6.078.76.21-
YUV76.25121.09109.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=24.27%
G=44.66%
B=31.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092640.4600.300.6414029.5827.84
Hex325C402E01E408c1e1c
Octal62134100560361002143634
Binary110010101110010000001011100111101000000100011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325C40; }

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

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

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

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

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

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

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

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