Shades of Firefly #314C46
Tints of Firefly #314C46
RGB
CMYK
RGB Variations
Color information
#314C46 (or 0x314C46) is known color: Firefly. HEX triplet: 31, 4C and 46. RGB value is (49,76,70). Sum of RGB (Red+Green+Blue) = 49+76+70=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #314C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C46 is #CEB3B9. Grayscale: #434343. Windows color (decimal): -13546426 or 4607025. OLE color: 4607025.
HSL color Cylindrical-coordinate representation of color #314C46: hue angle of 166.67º 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 #314C46 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 70 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.70 |
| HSL | 166.67º | 0.22% | 0.25% | - |
| HSV(B) | 166.67º | 0.36% | 0.3% | - |
| XYZ | 4.96 | 6.26 | 6.74 | - |
| YUV | 67.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 70 | 0.36 | 0 | 0.08 | 0.70 | 166.67 | 0.22 | 0.25 |
| Hex | 31 | 4C | 46 | 24 | 0 | 8 | 46 | A7 | 16 | 19 |
| Octal | 61 | 114 | 106 | 44 | 0 | 10 | 106 | 247 | 26 | 31 |
| Binary | 110001 | 1001100 | 1000110 | 100100 | 0 | 1000 | 1000110 | 10100111 | 10110 | 11001 |
Color Harmonies of #314C46
Complementary color
Monochromatic Colors of #314C46
Black with #314C46
Text Example
Text Example
White with #314C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C46; }
p { color: rgb(49,76,70); }
H1.HeaderClassName
{
color: #314C46;
}
.AnyTagClassName
{
color: #314C46;
}
</style>
background-color css
<style>
a { background-color: #314C46; }
a { background-color: rgb(49,76,70); }
div.DivClassName
{
background-color: #314C46;
}
.BgClassName
{
background-color: #314C46;
}
</style>
border-color css
<style>
span { border-color: #314C46; }
span { border-color: rgb(49,76,70); }
td.TdClassName
{
border-color: #314C46;
}
.TagClassName
{
border-color: #314C46;
}
</style>