#324E38

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

Shades of Goblin #324E38

Tints of Goblin #324E38

Color information

#324E38 (or 0x324E38) is unknown color: approx Goblin. HEX triplet: 32, 4E and 38. RGB value is (50,78,56). Sum of RGB (Red+Green+Blue) = 50+78+56=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #324E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E38 is #CDB1C7. Grayscale: #434343. Windows color (decimal): -13480392 or 3690034. OLE color: 3690034.

HSL color Cylindrical-coordinate representation of color #324E38: hue angle of 132.86º 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 #324E38 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB507856-
CMYK0.3600.280.69
HSL132.86º21.88%25.1%-
HSV(B)132.86º35.9%30.59%-
XYZ4.756.414.73-
YUV67.12121.72115.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=27.17%
G=42.39%
B=30.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078560.3600.280.69132.8621.8825.1
Hex324E382401C45851619
Octal6211670440341052052631
Binary11001010011101110001001000111001000101100001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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