Shades of Firefly #334D49
Tints of Firefly #334D49
RGB
CMYK
RGB Variations
Color information
#334D49 (or 0x334D49) is known color: Firefly. HEX triplet: 33, 4D and 49. RGB value is (51,77,73). Sum of RGB (Red+Green+Blue) = 51+77+73=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #334D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D49 is #CCB2B6. Grayscale: #444444. Windows color (decimal): -13415095 or 4803891. OLE color: 4803891.
HSL color Cylindrical-coordinate representation of color #334D49: hue angle of 170.77º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D49 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 73 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.70 |
| HSL | 170.77º | 0.2% | 0.25% | - |
| HSV(B) | 170.77º | 0.34% | 0.3% | - |
| XYZ | 5.22 | 6.49 | 7.28 | - |
| YUV | 68.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 73 | 0.34 | 0 | 0.05 | 0.70 | 170.77 | 0.2 | 0.25 |
| Hex | 33 | 4D | 49 | 22 | 0 | 5 | 46 | AB | 14 | 19 |
| Octal | 63 | 115 | 111 | 42 | 0 | 5 | 106 | 253 | 24 | 31 |
| Binary | 110011 | 1001101 | 1001001 | 100010 | 0 | 101 | 1000110 | 10101011 | 10100 | 11001 |
Color Harmonies of #334D49
Complementary color
Monochromatic Colors of #334D49
Black with #334D49
Text Example
Text Example
White with #334D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D49; }
p { color: rgb(51,77,73); }
H1.HeaderClassName
{
color: #334D49;
}
.AnyTagClassName
{
color: #334D49;
}
</style>
background-color css
<style>
a { background-color: #334D49; }
a { background-color: rgb(51,77,73); }
div.DivClassName
{
background-color: #334D49;
}
.BgClassName
{
background-color: #334D49;
}
</style>
border-color css
<style>
span { border-color: #334D49; }
span { border-color: rgb(51,77,73); }
td.TdClassName
{
border-color: #334D49;
}
.TagClassName
{
border-color: #334D49;
}
</style>