Shades of Firefly #314C47
Tints of Firefly #314C47
RGB
CMYK
RGB Variations
Color information
#314C47 (or 0x314C47) is known color: Firefly. HEX triplet: 31, 4C and 47. RGB value is (49,76,71). Sum of RGB (Red+Green+Blue) = 49+76+71=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #314C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C47 is #CEB3B8. Grayscale: #434343. Windows color (decimal): -13546425 or 4672561. OLE color: 4672561.
HSL color Cylindrical-coordinate representation of color #314C47: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C47 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 71 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.70 |
| HSL | 168.89º | 0.22% | 0.25% | - |
| HSV(B) | 168.89º | 0.36% | 0.3% | - |
| XYZ | 4.99 | 6.28 | 6.91 | - |
| YUV | 67.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 71 | 0.36 | 0 | 0.07 | 0.70 | 168.89 | 0.22 | 0.25 |
| Hex | 31 | 4C | 47 | 24 | 0 | 7 | 46 | A9 | 16 | 19 |
| Octal | 61 | 114 | 107 | 44 | 0 | 7 | 106 | 251 | 26 | 31 |
| Binary | 110001 | 1001100 | 1000111 | 100100 | 0 | 111 | 1000110 | 10101001 | 10110 | 11001 |
Color Harmonies of #314C47
Complementary color
Monochromatic Colors of #314C47
Black with #314C47
Text Example
Text Example
White with #314C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C47; }
p { color: rgb(49,76,71); }
H1.HeaderClassName
{
color: #314C47;
}
.AnyTagClassName
{
color: #314C47;
}
</style>
background-color css
<style>
a { background-color: #314C47; }
a { background-color: rgb(49,76,71); }
div.DivClassName
{
background-color: #314C47;
}
.BgClassName
{
background-color: #314C47;
}
</style>
border-color css
<style>
span { border-color: #314C47; }
span { border-color: rgb(49,76,71); }
td.TdClassName
{
border-color: #314C47;
}
.TagClassName
{
border-color: #314C47;
}
</style>