#325C41

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

Shades of Goblin #325C41

Tints of Goblin #325C41

Color information

#325C41 (or 0x325C41) is unknown color: approx Goblin. HEX triplet: 32, 5C and 41. RGB value is (50,92,65). Sum of RGB (Red+Green+Blue) = 50+92+65=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #325C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C41 is #CDA3BE. Grayscale: #4C4C4C. Windows color (decimal): -13476799 or 4283442. OLE color: 4283442.

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

Color convert

RGB509265-
CMYK0.4600.290.64
HSL141.43º29.58%27.84%-
HSV(B)141.43º45.65%36.08%-
XYZ6.18.716.36-
YUV76.36121.59109.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=24.15%
G=44.44%
B=31.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092650.4600.290.64141.4329.5827.84
Hex325C412E01D408d1e1c
Octal62134101560351002153634
Binary110010101110010000011011100111011000000100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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