#32533C

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

Shades of Goblin #32533C

Tints of Goblin #32533C

Color information

#32533C (or 0x32533C) is unknown color: approx Goblin. HEX triplet: 32, 53 and 3C. RGB value is (50,83,60). Sum of RGB (Red+Green+Blue) = 50+83+60=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #32533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533C is #CDACC3. Grayscale: #464646. Windows color (decimal): -13479108 or 3953458. OLE color: 3953458.

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

Color convert

RGB508360-
CMYK0.4000.280.67
HSL138.18º24.81%26.08%-
HSV(B)138.18º39.76%32.55%-
XYZ5.227.195.39-
YUV70.51122.07113.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=25.91%
G=43.01%
B=31.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083600.4000.280.67138.1824.8126.08
Hex32533C2801C438a191a
Octal6212374500341032123132
Binary11001010100111111001010000111001000011100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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