#32553E

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

Shades of Goblin #32553E

Tints of Goblin #32553E

Color information

#32553E (or 0x32553E) is unknown color: approx Goblin. HEX triplet: 32, 55 and 3E. RGB value is (50,85,62). Sum of RGB (Red+Green+Blue) = 50+85+62=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #32553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553E is #CDAAC1. Grayscale: #474747. Windows color (decimal): -13478594 or 4085042. OLE color: 4085042.

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

Color convert

RGB508562-
CMYK0.4100.270.67
HSL140.57º25.93%26.47%-
HSV(B)140.57º41.18%33.33%-
XYZ5.437.525.72-
YUV71.91122.4112.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=25.38%
G=43.15%
B=31.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085620.4100.270.67140.5725.9326.47
Hex32553E2901B438d1a1a
Octal6212576510331032153232
Binary11001010101011111101010010110111000011100011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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