#324E3B

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

Shades of Goblin #324E3B

Tints of Goblin #324E3B

Color information

#324E3B (or 0x324E3B) is unknown color: approx Goblin. HEX triplet: 32, 4E and 3B. RGB value is (50,78,59). Sum of RGB (Red+Green+Blue) = 50+78+59=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #324E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E3B is #CDB1C4. Grayscale: #434343. Windows color (decimal): -13480389 or 3886642. OLE color: 3886642.

HSL color Cylindrical-coordinate representation of color #324E3B: hue angle of 139.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E3B is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB507859-
CMYK0.3600.240.69
HSL139.29º21.88%25.1%-
HSV(B)139.29º35.9%30.59%-
XYZ4.836.445.13-
YUV67.46123.22115.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 59 (23.44% from 255) = 31.55%
R=26.74%
G=41.71%
B=31.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078590.3600.240.69139.2921.8825.1
Hex324E3B24018458b1619
Octal6211673440301052132631
Binary11001010011101110111001000110001000101100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,78,59); }

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

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

 a { background-color: rgb(50,78,59); }

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

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

 span { border-color: rgb(50,78,59); }

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