#325C42

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

Shades of Goblin #325C42

Tints of Goblin #325C42

Color information

#325C42 (or 0x325C42) is unknown color: approx Goblin. HEX triplet: 32, 5C and 42. RGB value is (50,92,66). Sum of RGB (Red+Green+Blue) = 50+92+66=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #325C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C42 is #CDA3BD. Grayscale: #4C4C4C. Windows color (decimal): -13476798 or 4348978. OLE color: 4348978.

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

Color convert

RGB509266-
CMYK0.4600.280.64
HSL142.86º29.58%27.84%-
HSV(B)142.86º45.65%36.08%-
XYZ6.138.736.52-
YUV76.48122.09109.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=24.04%
G=44.23%
B=31.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092660.4600.280.64142.8629.5827.84
Hex325C422E01C408f1e1c
Octal62134102560341002173634
Binary110010101110010000101011100111001000000100011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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