Shades of Firefly #334C49
Tints of Firefly #334C49
RGB
CMYK
RGB Variations
Color information
#334C49 (or 0x334C49) is known color: Firefly. HEX triplet: 33, 4C and 49. RGB value is (51,76,73). Sum of RGB (Red+Green+Blue) = 51+76+73=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #334C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C49 is #CCB3B6. Grayscale: #444444. Windows color (decimal): -13415351 or 4803635. OLE color: 4803635.
HSL color Cylindrical-coordinate representation of color #334C49: hue angle of 172.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C49 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 73 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.70 |
| HSL | 172.8º | 0.2% | 0.25% | - |
| HSV(B) | 172.8º | 0.33% | 0.3% | - |
| XYZ | 5.15 | 6.35 | 7.26 | - |
| YUV | 68.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 73 | 0.33 | 0 | 0.04 | 0.70 | 172.8 | 0.2 | 0.25 |
| Hex | 33 | 4C | 49 | 21 | 0 | 4 | 46 | AD | 14 | 19 |
| Octal | 63 | 114 | 111 | 41 | 0 | 4 | 106 | 255 | 24 | 31 |
| Binary | 110011 | 1001100 | 1001001 | 100001 | 0 | 100 | 1000110 | 10101101 | 10100 | 11001 |
Color Harmonies of #334C49
Complementary color
Monochromatic Colors of #334C49
Black with #334C49
Text Example
Text Example
White with #334C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C49; }
p { color: rgb(51,76,73); }
H1.HeaderClassName
{
color: #334C49;
}
.AnyTagClassName
{
color: #334C49;
}
</style>
background-color css
<style>
a { background-color: #334C49; }
a { background-color: rgb(51,76,73); }
div.DivClassName
{
background-color: #334C49;
}
.BgClassName
{
background-color: #334C49;
}
</style>
border-color css
<style>
span { border-color: #334C49; }
span { border-color: rgb(51,76,73); }
td.TdClassName
{
border-color: #334C49;
}
.TagClassName
{
border-color: #334C49;
}
</style>