Shades of Firefly #334D47
Tints of Firefly #334D47
RGB
CMYK
RGB Variations
Color information
#334D47 (or 0x334D47) is known color: Firefly. HEX triplet: 33, 4D and 47. RGB value is (51,77,71). Sum of RGB (Red+Green+Blue) = 51+77+71=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #334D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D47 is #CCB2B8. Grayscale: #444444. Windows color (decimal): -13415097 or 4672819. OLE color: 4672819.
HSL color Cylindrical-coordinate representation of color #334D47: hue angle of 166.15º 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 #334D47 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 71 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.70 |
| HSL | 166.15º | 0.2% | 0.25% | - |
| HSV(B) | 166.15º | 0.34% | 0.3% | - |
| XYZ | 5.16 | 6.47 | 6.94 | - |
| YUV | 68.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 71 | 0.34 | 0 | 0.08 | 0.70 | 166.15 | 0.2 | 0.25 |
| Hex | 33 | 4D | 47 | 22 | 0 | 8 | 46 | A6 | 14 | 19 |
| Octal | 63 | 115 | 107 | 42 | 0 | 10 | 106 | 246 | 24 | 31 |
| Binary | 110011 | 1001101 | 1000111 | 100010 | 0 | 1000 | 1000110 | 10100110 | 10100 | 11001 |
Color Harmonies of #334D47
Complementary color
Monochromatic Colors of #334D47
Black with #334D47
Text Example
Text Example
White with #334D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D47; }
p { color: rgb(51,77,71); }
H1.HeaderClassName
{
color: #334D47;
}
.AnyTagClassName
{
color: #334D47;
}
</style>
background-color css
<style>
a { background-color: #334D47; }
a { background-color: rgb(51,77,71); }
div.DivClassName
{
background-color: #334D47;
}
.BgClassName
{
background-color: #334D47;
}
</style>
border-color css
<style>
span { border-color: #334D47; }
span { border-color: rgb(51,77,71); }
td.TdClassName
{
border-color: #334D47;
}
.TagClassName
{
border-color: #334D47;
}
</style>