#32553A

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

Shades of Goblin #32553A

Tints of Goblin #32553A

Color information

#32553A (or 0x32553A) is unknown color: approx Goblin. HEX triplet: 32, 55 and 3A. RGB value is (50,85,58). Sum of RGB (Red+Green+Blue) = 50+85+58=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #32553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553A is #CDAAC5. Grayscale: #474747. Windows color (decimal): -13478598 or 3822898. OLE color: 3822898.

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

Color convert

RGB508558-
CMYK0.4100.320.67
HSL133.71º25.93%26.47%-
HSV(B)133.71º41.18%33.33%-
XYZ5.337.485.17-
YUV71.46120.4112.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=25.91%
G=44.04%
B=30.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085580.4100.320.67133.7125.9326.47
Hex32553A2902043861a1a
Octal6212572510401032063232
Binary110010101010111101010100101000001000011100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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