#325840

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

Shades of Goblin #325840

Tints of Goblin #325840

Color information

#325840 (or 0x325840) is unknown color: approx Goblin. HEX triplet: 32, 58 and 40. RGB value is (50,88,64). Sum of RGB (Red+Green+Blue) = 50+88+64=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #325840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325840 is #CDA7BF. Grayscale: #494949. Windows color (decimal): -13477824 or 4216882. OLE color: 4216882.

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

Color convert

RGB508864-
CMYK0.4300.270.65
HSL142.11º27.54%27.06%-
HSV(B)142.11º43.18%34.51%-
XYZ5.738.036.1-
YUV73.9122.41110.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=24.75%
G=43.56%
B=31.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088640.4300.270.65142.1127.5427.06
Hex3258402B01B418e1c1b
Octal62130100530331012163433
Binary110010101100010000001010110110111000001100011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325840; }

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

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

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

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

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

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

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

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