#325D40

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

Shades of Goblin #325D40

Tints of Goblin #325D40

Color information

#325D40 (or 0x325D40) is unknown color: approx Goblin. HEX triplet: 32, 5D and 40. RGB value is (50,93,64). Sum of RGB (Red+Green+Blue) = 50+93+64=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #325D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D40 is #CDA2BF. Grayscale: #4C4C4C. Windows color (decimal): -13476544 or 4218162. OLE color: 4218162.

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

Color convert

RGB509364-
CMYK0.4600.310.64
HSL139.53º30.07%28.04%-
HSV(B)139.53º46.24%36.47%-
XYZ6.168.886.24-
YUV76.84120.75108.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=24.15%
G=44.93%
B=30.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093640.4600.310.64139.5330.0728.04
Hex325D402E01F408c1e1c
Octal62135100560371002143634
Binary110010101110110000001011100111111000000100011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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