#32533A

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

Shades of Goblin #32533A

Tints of Goblin #32533A

Color information

#32533A (or 0x32533A) is unknown color: approx Goblin. HEX triplet: 32, 53 and 3A. RGB value is (50,83,58). Sum of RGB (Red+Green+Blue) = 50+83+58=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #32533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533A is #CDACC5. Grayscale: #464646. Windows color (decimal): -13479110 or 3822386. OLE color: 3822386.

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

Color convert

RGB508358-
CMYK0.4000.300.67
HSL134.55º24.81%26.08%-
HSV(B)134.55º39.76%32.55%-
XYZ5.177.175.11-
YUV70.28121.07113.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=26.18%
G=43.46%
B=30.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083580.4000.300.67134.5524.8126.08
Hex32533A2801E4387191a
Octal6212372500361032073132
Binary11001010100111110101010000111101000011100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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