#325C3F

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

Shades of Goblin #325C3F

Tints of Goblin #325C3F

Color information

#325C3F (or 0x325C3F) is unknown color: approx Goblin. HEX triplet: 32, 5C and 3F. RGB value is (50,92,63). Sum of RGB (Red+Green+Blue) = 50+92+63=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #325C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C3F is #CDA3C0. Grayscale: #4C4C4C. Windows color (decimal): -13476801 or 4152370. OLE color: 4152370.

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

Color convert

RGB509263-
CMYK0.4600.320.64
HSL138.57º29.58%27.84%-
HSV(B)138.57º45.65%36.08%-
XYZ6.048.696.06-
YUV76.14120.59109.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 63 (25% from 255) = 30.73%
R=24.39%
G=44.88%
B=30.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092630.4600.320.64138.5729.5827.84
Hex325C3F2E020408b1e1c
Octal6213477560401002133634
Binary110010101110011111110111001000001000000100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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