#32533D

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

Shades of Goblin #32533D

Tints of Goblin #32533D

Color information

#32533D (or 0x32533D) is unknown color: approx Goblin. HEX triplet: 32, 53 and 3D. RGB value is (50,83,61). Sum of RGB (Red+Green+Blue) = 50+83+61=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #32533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32533D is #CDACC2. Grayscale: #464646. Windows color (decimal): -13479107 or 4018994. OLE color: 4018994.

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

Color convert

RGB508361-
CMYK0.4000.270.67
HSL140º24.81%26.08%-
HSV(B)140º39.76%32.55%-
XYZ5.257.25.53-
YUV70.62122.57113.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=25.77%
G=42.78%
B=31.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083610.4000.270.6714024.8126.08
Hex32533D2801B438c191a
Octal6212375500331032143132
Binary11001010100111111011010000110111000011100011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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