Shades of Firefly #344E49
Tints of Firefly #344E49
RGB
CMYK
RGB Variations
Color information
#344E49 (or 0x344E49) is known color: Firefly. HEX triplet: 34, 4E and 49. RGB value is (52,78,73). Sum of RGB (Red+Green+Blue) = 52+78+73=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #344E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E49 is #CBB1B6. Grayscale: #454545. Windows color (decimal): -13349303 or 4804148. OLE color: 4804148.
HSL color Cylindrical-coordinate representation of color #344E49: hue angle of 168.46º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E49 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 73 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.69 |
| HSL | 168.46º | 0.2% | 0.25% | - |
| HSV(B) | 168.46º | 0.33% | 0.31% | - |
| XYZ | 5.34 | 6.66 | 7.31 | - |
| YUV | 69.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 73 | 0.33 | 0 | 0.06 | 0.69 | 168.46 | 0.2 | 0.25 |
| Hex | 34 | 4E | 49 | 21 | 0 | 6 | 45 | A8 | 14 | 19 |
| Octal | 64 | 116 | 111 | 41 | 0 | 6 | 105 | 250 | 24 | 31 |
| Binary | 110100 | 1001110 | 1001001 | 100001 | 0 | 110 | 1000101 | 10101000 | 10100 | 11001 |
Color Harmonies of #344E49
Complementary color
Monochromatic Colors of #344E49
Black with #344E49
Text Example
Text Example
White with #344E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E49; }
p { color: rgb(52,78,73); }
H1.HeaderClassName
{
color: #344E49;
}
.AnyTagClassName
{
color: #344E49;
}
</style>
background-color css
<style>
a { background-color: #344E49; }
a { background-color: rgb(52,78,73); }
div.DivClassName
{
background-color: #344E49;
}
.BgClassName
{
background-color: #344E49;
}
</style>
border-color css
<style>
span { border-color: #344E49; }
span { border-color: rgb(52,78,73); }
td.TdClassName
{
border-color: #344E49;
}
.TagClassName
{
border-color: #344E49;
}
</style>