Shades of Firefly #374B47
Tints of Firefly #374B47
RGB
CMYK
RGB Variations
Color information
#374B47 (or 0x374B47) is known color: Firefly. HEX triplet: 37, 4B and 47. RGB value is (55,75,71). Sum of RGB (Red+Green+Blue) = 55+75+71=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #374B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B47 is #C8B4B8. Grayscale: #444444. Windows color (decimal): -13153465 or 4672311. OLE color: 4672311.
HSL color Cylindrical-coordinate representation of color #374B47: hue angle of 168º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B47 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 75 | 71 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.71 |
| HSL | 168º | 0.15% | 0.25% | - |
| HSV(B) | 168º | 0.27% | 0.29% | - |
| XYZ | 5.23 | 6.3 | 6.9 | - |
| YUV | 68.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 71 | 0.27 | 0 | 0.05 | 0.71 | 168 | 0.15 | 0.25 |
| Hex | 37 | 4B | 47 | 1B | 0 | 5 | 47 | A8 | F | 19 |
| Octal | 67 | 113 | 107 | 33 | 0 | 5 | 107 | 250 | 17 | 31 |
| Binary | 110111 | 1001011 | 1000111 | 11011 | 0 | 101 | 1000111 | 10101000 | 1111 | 11001 |
Color Harmonies of #374B47
Complementary color
Monochromatic Colors of #374B47
Black with #374B47
Text Example
Text Example
White with #374B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B47; }
p { color: rgb(55,75,71); }
H1.HeaderClassName
{
color: #374B47;
}
.AnyTagClassName
{
color: #374B47;
}
</style>
background-color css
<style>
a { background-color: #374B47; }
a { background-color: rgb(55,75,71); }
div.DivClassName
{
background-color: #374B47;
}
.BgClassName
{
background-color: #374B47;
}
</style>
border-color css
<style>
span { border-color: #374B47; }
span { border-color: rgb(55,75,71); }
td.TdClassName
{
border-color: #374B47;
}
.TagClassName
{
border-color: #374B47;
}
</style>