Shades of Firefly #374A46
Tints of Firefly #374A46
RGB
CMYK
RGB Variations
Color information
#374A46 (or 0x374A46) is known color: Firefly. HEX triplet: 37, 4A and 46. RGB value is (55,74,70). Sum of RGB (Red+Green+Blue) = 55+74+70=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #374A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A46 is #C8B5B9. Grayscale: #434343. Windows color (decimal): -13153722 or 4606519. OLE color: 4606519.
HSL color Cylindrical-coordinate representation of color #374A46: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A46 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 70 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.71 |
| HSL | 167.37º | 0.15% | 0.25% | - |
| HSV(B) | 167.37º | 0.26% | 0.29% | - |
| XYZ | 5.13 | 6.15 | 6.71 | - |
| YUV | 67.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 70 | 0.26 | 0 | 0.05 | 0.71 | 167.37 | 0.15 | 0.25 |
| Hex | 37 | 4A | 46 | 1A | 0 | 5 | 47 | A7 | F | 19 |
| Octal | 67 | 112 | 106 | 32 | 0 | 5 | 107 | 247 | 17 | 31 |
| Binary | 110111 | 1001010 | 1000110 | 11010 | 0 | 101 | 1000111 | 10100111 | 1111 | 11001 |
Color Harmonies of #374A46
Complementary color
Monochromatic Colors of #374A46
Black with #374A46
Text Example
Text Example
White with #374A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A46; }
p { color: rgb(55,74,70); }
H1.HeaderClassName
{
color: #374A46;
}
.AnyTagClassName
{
color: #374A46;
}
</style>
background-color css
<style>
a { background-color: #374A46; }
a { background-color: rgb(55,74,70); }
div.DivClassName
{
background-color: #374A46;
}
.BgClassName
{
background-color: #374A46;
}
</style>
border-color css
<style>
span { border-color: #374A46; }
span { border-color: rgb(55,74,70); }
td.TdClassName
{
border-color: #374A46;
}
.TagClassName
{
border-color: #374A46;
}
</style>