Shades of Firefly #314E49
Tints of Firefly #314E49
RGB
CMYK
RGB Variations
Color information
#314E49 (or 0x314E49) is known color: Firefly. HEX triplet: 31, 4E and 49. RGB value is (49,78,73). Sum of RGB (Red+Green+Blue) = 49+78+73=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #314E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E49 is #CEB1B6. Grayscale: #444444. Windows color (decimal): -13545911 or 4804145. OLE color: 4804145.
HSL color Cylindrical-coordinate representation of color #314E49: hue angle of 169.66º 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 #314E49 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 73 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.69 |
| HSL | 169.66º | 0.23% | 0.25% | - |
| HSV(B) | 169.66º | 0.37% | 0.31% | - |
| XYZ | 5.19 | 6.58 | 7.3 | - |
| YUV | 68.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 73 | 0.37 | 0 | 0.06 | 0.69 | 169.66 | 0.23 | 0.25 |
| Hex | 31 | 4E | 49 | 25 | 0 | 6 | 45 | AA | 17 | 19 |
| Octal | 61 | 116 | 111 | 45 | 0 | 6 | 105 | 252 | 27 | 31 |
| Binary | 110001 | 1001110 | 1001001 | 100101 | 0 | 110 | 1000101 | 10101010 | 10111 | 11001 |
Color Harmonies of #314E49
Complementary color
Monochromatic Colors of #314E49
Black with #314E49
Text Example
Text Example
White with #314E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E49; }
p { color: rgb(49,78,73); }
H1.HeaderClassName
{
color: #314E49;
}
.AnyTagClassName
{
color: #314E49;
}
</style>
background-color css
<style>
a { background-color: #314E49; }
a { background-color: rgb(49,78,73); }
div.DivClassName
{
background-color: #314E49;
}
.BgClassName
{
background-color: #314E49;
}
</style>
border-color css
<style>
span { border-color: #314E49; }
span { border-color: rgb(49,78,73); }
td.TdClassName
{
border-color: #314E49;
}
.TagClassName
{
border-color: #314E49;
}
</style>