#324E3A

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

Shades of Goblin #324E3A

Tints of Goblin #324E3A

Color information

#324E3A (or 0x324E3A) is unknown color: approx Goblin. HEX triplet: 32, 4E and 3A. RGB value is (50,78,58). Sum of RGB (Red+Green+Blue) = 50+78+58=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #324E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E3A is #CDB1C5. Grayscale: #434343. Windows color (decimal): -13480390 or 3821106. OLE color: 3821106.

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

Color convert

RGB507858-
CMYK0.3600.260.69
HSL137.14º21.88%25.1%-
HSV(B)137.14º35.9%30.59%-
XYZ4.86.434.99-
YUV67.35122.72115.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=26.88%
G=41.94%
B=31.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078580.3600.260.69137.1421.8825.1
Hex324E3A2401A45891619
Octal6211672440321052112631
Binary11001010011101110101001000110101000101100010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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