#32533E

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

Shades of Goblin #32533E

Tints of Goblin #32533E

Color information

#32533E (or 0x32533E) is unknown color: approx Goblin. HEX triplet: 32, 53 and 3E. RGB value is (50,83,62). Sum of RGB (Red+Green+Blue) = 50+83+62=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #32533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533E is #CDACC1. Grayscale: #464646. Windows color (decimal): -13479106 or 4084530. OLE color: 4084530.

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

Color convert

RGB508362-
CMYK0.4000.250.67
HSL141.82º24.81%26.08%-
HSV(B)141.82º39.76%32.55%-
XYZ5.287.215.67-
YUV70.74123.07113.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=25.64%
G=42.56%
B=31.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083620.4000.250.67141.8224.8126.08
Hex32533E28019438e191a
Octal6212376500311032163132
Binary11001010100111111101010000110011000011100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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