#314E3C

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

Shades of Goblin #314E3C

Tints of Goblin #314E3C

Color information

#314E3C (or 0x314E3C) is unknown color: approx Goblin. HEX triplet: 31, 4E and 3C. RGB value is (49,78,60). Sum of RGB (Red+Green+Blue) = 49+78+60=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3C is #CEB1C3. Grayscale: #434343. Windows color (decimal): -13545924 or 3952177. OLE color: 3952177.

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

Color convert

RGB497860-
CMYK0.3700.230.69
HSL142.76º22.83%24.9%-
HSV(B)142.76º37.18%30.59%-
XYZ4.816.435.26-
YUV67.28123.89114.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=26.20%
G=41.71%
B=32.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978600.3700.230.69142.7622.8324.9
Hex314E3C25017458f1719
Octal6111674450271052172731
Binary11000110011101111001001010101111000101100011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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