Shades of Firefly #374845
Tints of Firefly #374845
RGB
CMYK
RGB Variations
Color information
#374845 (or 0x374845) is known color: Firefly. HEX triplet: 37, 48 and 45. RGB value is (55,72,69). Sum of RGB (Red+Green+Blue) = 55+72+69=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #374845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374845 is #C8B7BA. Grayscale: #424242. Windows color (decimal): -13154235 or 4540471. OLE color: 4540471.
HSL color Cylindrical-coordinate representation of color #374845: hue angle of 169.41º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374845 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 72 | 69 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.72 |
| HSL | 169.41º | 0.13% | 0.25% | - |
| HSV(B) | 169.41º | 0.24% | 0.28% | - |
| XYZ | 4.97 | 5.88 | 6.5 | - |
| YUV | 66.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 69 | 0.24 | 0 | 0.04 | 0.72 | 169.41 | 0.13 | 0.25 |
| Hex | 37 | 48 | 45 | 18 | 0 | 4 | 48 | A9 | D | 19 |
| Octal | 67 | 110 | 105 | 30 | 0 | 4 | 110 | 251 | 15 | 31 |
| Binary | 110111 | 1001000 | 1000101 | 11000 | 0 | 100 | 1001000 | 10101001 | 1101 | 11001 |
Color Harmonies of #374845
Complementary color
Monochromatic Colors of #374845
Black with #374845
Text Example
Text Example
White with #374845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374845; }
p { color: rgb(55,72,69); }
H1.HeaderClassName
{
color: #374845;
}
.AnyTagClassName
{
color: #374845;
}
</style>
background-color css
<style>
a { background-color: #374845; }
a { background-color: rgb(55,72,69); }
div.DivClassName
{
background-color: #374845;
}
.BgClassName
{
background-color: #374845;
}
</style>
border-color css
<style>
span { border-color: #374845; }
span { border-color: rgb(55,72,69); }
td.TdClassName
{
border-color: #374845;
}
.TagClassName
{
border-color: #374845;
}
</style>