#32553F

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

Shades of Goblin #32553F

Tints of Goblin #32553F

Color information

#32553F (or 0x32553F) is unknown color: approx Goblin. HEX triplet: 32, 55 and 3F. RGB value is (50,85,63). Sum of RGB (Red+Green+Blue) = 50+85+63=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #32553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553F is #CDAAC0. Grayscale: #484848. Windows color (decimal): -13478593 or 4150578. OLE color: 4150578.

HSL color Cylindrical-coordinate representation of color #32553F: hue angle of 142.29º 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 #32553F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB508563-
CMYK0.4100.260.67
HSL142.29º25.93%26.47%-
HSV(B)142.29º41.18%33.33%-
XYZ5.467.535.87-
YUV72.03122.9112.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 63 (25% from 255) = 31.82%
R=25.25%
G=42.93%
B=31.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085630.4100.260.67142.2925.9326.47
Hex32553F2901A438e1a1a
Octal6212577510321032163232
Binary11001010101011111111010010110101000011100011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32553F; }

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

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

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

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

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

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

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

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