#32553C

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

Shades of Goblin #32553C

Tints of Goblin #32553C

Color information

#32553C (or 0x32553C) is unknown color: approx Goblin. HEX triplet: 32, 55 and 3C. RGB value is (50,85,60). Sum of RGB (Red+Green+Blue) = 50+85+60=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #32553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553C is #CDAAC3. Grayscale: #474747. Windows color (decimal): -13478596 or 3953970. OLE color: 3953970.

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

Color convert

RGB508560-
CMYK0.4100.290.67
HSL137.14º25.93%26.47%-
HSV(B)137.14º41.18%33.33%-
XYZ5.387.55.44-
YUV71.68121.4112.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=25.64%
G=43.59%
B=30.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085600.4100.290.67137.1425.9326.47
Hex32553C2901D43891a1a
Octal6212574510351032113232
Binary11001010101011111001010010111011000011100010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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