#324D3C

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

Shades of Goblin #324D3C

Tints of Goblin #324D3C

Color information

#324D3C (or 0x324D3C) is unknown color: approx Goblin. HEX triplet: 32, 4D and 3C. RGB value is (50,77,60). Sum of RGB (Red+Green+Blue) = 50+77+60=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #324D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D3C is #CDB2C3. Grayscale: #434343. Windows color (decimal): -13480644 or 3951922. OLE color: 3951922.

HSL color Cylindrical-coordinate representation of color #324D3C: hue angle of 142.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324D3C is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB507760-
CMYK0.3500.220.70
HSL142.22º21.26%24.9%-
HSV(B)142.22º35.06%30.2%-
XYZ4.786.315.24-
YUV66.99124.05115.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=26.74%
G=41.18%
B=32.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077600.3500.220.70142.2221.2624.9
Hex324D3C23016468e1519
Octal6211574430261062162531
Binary11001010011011111001000110101101000110100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324D3C; }

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

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

<style>
 a { background-color: #324D3C; }

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

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

<style>
 span { border-color: #324D3C; }

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

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