#324F3B

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

Shades of Goblin #324F3B

Tints of Goblin #324F3B

Color information

#324F3B (or 0x324F3B) is unknown color: approx Goblin. HEX triplet: 32, 4F and 3B. RGB value is (50,79,59). Sum of RGB (Red+Green+Blue) = 50+79+59=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #324F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F3B is #CDB0C4. Grayscale: #444444. Windows color (decimal): -13480133 or 3886898. OLE color: 3886898.

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

Color convert

RGB507959-
CMYK0.3700.250.69
HSL138.62º22.48%25.29%-
HSV(B)138.62º36.71%30.98%-
XYZ4.96.595.15-
YUV68.05122.89115.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=26.60%
G=42.02%
B=31.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079590.3700.250.69138.6222.4825.29
Hex324F3B25019458b1619
Octal6211773450311052132631
Binary11001010011111110111001010110011000101100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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