Shades of Firefly #374A47
Tints of Firefly #374A47
RGB
CMYK
RGB Variations
Color information
#374A47 (or 0x374A47) is known color: Firefly. HEX triplet: 37, 4A and 47. RGB value is (55,74,71). Sum of RGB (Red+Green+Blue) = 55+74+71=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #374A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A47 is #C8B5B8. Grayscale: #434343. Windows color (decimal): -13153721 or 4672055. OLE color: 4672055.
HSL color Cylindrical-coordinate representation of color #374A47: hue angle of 170.53º 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 #374A47 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 71 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.71 |
| HSL | 170.53º | 0.15% | 0.25% | - |
| HSV(B) | 170.53º | 0.26% | 0.29% | - |
| XYZ | 5.16 | 6.16 | 6.88 | - |
| YUV | 67.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 71 | 0.26 | 0 | 0.04 | 0.71 | 170.53 | 0.15 | 0.25 |
| Hex | 37 | 4A | 47 | 1A | 0 | 4 | 47 | AB | F | 19 |
| Octal | 67 | 112 | 107 | 32 | 0 | 4 | 107 | 253 | 17 | 31 |
| Binary | 110111 | 1001010 | 1000111 | 11010 | 0 | 100 | 1000111 | 10101011 | 1111 | 11001 |
Color Harmonies of #374A47
Complementary color
Monochromatic Colors of #374A47
Black with #374A47
Text Example
Text Example
White with #374A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A47; }
p { color: rgb(55,74,71); }
H1.HeaderClassName
{
color: #374A47;
}
.AnyTagClassName
{
color: #374A47;
}
</style>
background-color css
<style>
a { background-color: #374A47; }
a { background-color: rgb(55,74,71); }
div.DivClassName
{
background-color: #374A47;
}
.BgClassName
{
background-color: #374A47;
}
</style>
border-color css
<style>
span { border-color: #374A47; }
span { border-color: rgb(55,74,71); }
td.TdClassName
{
border-color: #374A47;
}
.TagClassName
{
border-color: #374A47;
}
</style>