#325540

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

Shades of Goblin #325540

Tints of Goblin #325540

Color information

#325540 (or 0x325540) is unknown color: approx Goblin. HEX triplet: 32, 55 and 40. RGB value is (50,85,64). Sum of RGB (Red+Green+Blue) = 50+85+64=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #325540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325540 is #CDAABF. Grayscale: #484848. Windows color (decimal): -13478592 or 4216114. OLE color: 4216114.

HSL color Cylindrical-coordinate representation of color #325540: hue angle of 144º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325540 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB508564-
CMYK0.4100.250.67
HSL144º25.93%26.47%-
HSV(B)144º41.18%33.33%-
XYZ5.497.556.02-
YUV72.14123.4112.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=25.13%
G=42.71%
B=32.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085640.4100.250.6714425.9326.47
Hex3255402901943901a1a
Octal62125100510311032203232
Binary110010101010110000001010010110011000011100100001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325540; }

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

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

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

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

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

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

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

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