#325D41

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

Shades of Goblin #325D41

Tints of Goblin #325D41

Color information

#325D41 (or 0x325D41) is unknown color: approx Goblin. HEX triplet: 32, 5D and 41. RGB value is (50,93,65). Sum of RGB (Red+Green+Blue) = 50+93+65=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #325D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D41 is #CDA2BE. Grayscale: #4D4D4D. Windows color (decimal): -13476543 or 4283698. OLE color: 4283698.

HSL color Cylindrical-coordinate representation of color #325D41: hue angle of 140.93º 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 #325D41 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB509365-
CMYK0.4600.300.64
HSL140.93º30.07%28.04%-
HSV(B)140.93º46.24%36.47%-
XYZ6.188.896.39-
YUV76.95121.25108.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=24.04%
G=44.71%
B=31.25%

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
Decimal5093650.4600.300.64140.9330.0728.04
Hex325D412E01E408d1e1c
Octal62135101560361002153634
Binary110010101110110000011011100111101000000100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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