#314E3A

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

Shades of Goblin #314E3A

Tints of Goblin #314E3A

Color information

#314E3A (or 0x314E3A) is unknown color: approx Goblin. HEX triplet: 31, 4E and 3A. RGB value is (49,78,58). Sum of RGB (Red+Green+Blue) = 49+78+58=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3A is #CEB1C5. Grayscale: #434343. Windows color (decimal): -13545926 or 3821105. OLE color: 3821105.

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

Color convert

RGB497858-
CMYK0.3700.260.69
HSL138.62º22.83%24.9%-
HSV(B)138.62º37.18%30.59%-
XYZ4.756.414.99-
YUV67.05122.89115.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=26.49%
G=42.16%
B=31.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978580.3700.260.69138.6222.8324.9
Hex314E3A2501A458b1719
Octal6111672450321052132731
Binary11000110011101110101001010110101000101100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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