#325A40

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

Shades of Goblin #325A40

Tints of Goblin #325A40

Color information

#325A40 (or 0x325A40) is unknown color: approx Goblin. HEX triplet: 32, 5A and 40. RGB value is (50,90,64). Sum of RGB (Red+Green+Blue) = 50+90+64=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #325A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A40 is #CDA5BF. Grayscale: #4B4B4B. Windows color (decimal): -13477312 or 4217394. OLE color: 4217394.

HSL color Cylindrical-coordinate representation of color #325A40: hue angle of 141º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A40 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB509064-
CMYK0.4400.290.65
HSL141º28.57%27.45%-
HSV(B)141º44.44%35.29%-
XYZ5.98.366.15-
YUV75.08121.75110.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=24.51%
G=44.12%
B=31.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090640.4400.290.6514128.5727.45
Hex325A402C01D418d1d1b
Octal62132100540351012153533
Binary110010101101010000001011000111011000001100011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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