Shades of Firefly #374D49
Tints of Firefly #374D49
RGB
CMYK
RGB Variations
Color information
#374D49 (or 0x374D49) is known color: Firefly. HEX triplet: 37, 4D and 49. RGB value is (55,77,73). Sum of RGB (Red+Green+Blue) = 55+77+73=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #374D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D49 is #C8B2B6. Grayscale: #454545. Windows color (decimal): -13152951 or 4803895. OLE color: 4803895.
HSL color Cylindrical-coordinate representation of color #374D49: hue angle of 169.09º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D49 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 73 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.70 |
| HSL | 169.09º | 0.17% | 0.26% | - |
| HSV(B) | 169.09º | 0.29% | 0.3% | - |
| XYZ | 5.43 | 6.6 | 7.29 | - |
| YUV | 69.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 73 | 0.29 | 0 | 0.05 | 0.70 | 169.09 | 0.17 | 0.26 |
| Hex | 37 | 4D | 49 | 1D | 0 | 5 | 46 | A9 | 11 | 1A |
| Octal | 67 | 115 | 111 | 35 | 0 | 5 | 106 | 251 | 21 | 32 |
| Binary | 110111 | 1001101 | 1001001 | 11101 | 0 | 101 | 1000110 | 10101001 | 10001 | 11010 |
Color Harmonies of #374D49
Complementary color
Monochromatic Colors of #374D49
Black with #374D49
Text Example
Text Example
White with #374D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D49; }
p { color: rgb(55,77,73); }
H1.HeaderClassName
{
color: #374D49;
}
.AnyTagClassName
{
color: #374D49;
}
</style>
background-color css
<style>
a { background-color: #374D49; }
a { background-color: rgb(55,77,73); }
div.DivClassName
{
background-color: #374D49;
}
.BgClassName
{
background-color: #374D49;
}
</style>
border-color css
<style>
span { border-color: #374D49; }
span { border-color: rgb(55,77,73); }
td.TdClassName
{
border-color: #374D49;
}
.TagClassName
{
border-color: #374D49;
}
</style>