#324F3E

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

Shades of Goblin #324F3E

Tints of Goblin #324F3E

Color information

#324F3E (or 0x324F3E) is unknown color: approx Goblin. HEX triplet: 32, 4F and 3E. RGB value is (50,79,62). Sum of RGB (Red+Green+Blue) = 50+79+62=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #324F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F3E is #CDB0C1. Grayscale: #444444. Windows color (decimal): -13480130 or 4083506. OLE color: 4083506.

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

Color convert

RGB507962-
CMYK0.3700.220.69
HSL144.83º22.48%25.29%-
HSV(B)144.83º36.71%30.98%-
XYZ4.986.625.57-
YUV68.39124.39114.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=26.18%
G=41.36%
B=32.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079620.3700.220.69144.8322.4825.29
Hex324F3E2501645911619
Octal6211776450261052212631
Binary11001010011111111101001010101101000101100100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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