Shades of Firefly #364845
Tints of Firefly #364845
RGB
CMYK
RGB Variations
Color information
#364845 (or 0x364845) is known color: Firefly. HEX triplet: 36, 48 and 45. RGB value is (54,72,69). Sum of RGB (Red+Green+Blue) = 54+72+69=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #364845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364845 is #C9B7BA. Grayscale: #424242. Windows color (decimal): -13219771 or 4540470. OLE color: 4540470.
HSL color Cylindrical-coordinate representation of color #364845: hue angle of 170º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364845 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 69 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.72 |
| HSL | 170º | 0.14% | 0.25% | - |
| HSV(B) | 170º | 0.25% | 0.28% | - |
| XYZ | 4.91 | 5.85 | 6.5 | - |
| YUV | 66.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 69 | 0.25 | 0 | 0.04 | 0.72 | 170 | 0.14 | 0.25 |
| Hex | 36 | 48 | 45 | 19 | 0 | 4 | 48 | AA | E | 19 |
| Octal | 66 | 110 | 105 | 31 | 0 | 4 | 110 | 252 | 16 | 31 |
| Binary | 110110 | 1001000 | 1000101 | 11001 | 0 | 100 | 1001000 | 10101010 | 1110 | 11001 |
Color Harmonies of #364845
Complementary color
Monochromatic Colors of #364845
Black with #364845
Text Example
Text Example
White with #364845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364845; }
p { color: rgb(54,72,69); }
H1.HeaderClassName
{
color: #364845;
}
.AnyTagClassName
{
color: #364845;
}
</style>
background-color css
<style>
a { background-color: #364845; }
a { background-color: rgb(54,72,69); }
div.DivClassName
{
background-color: #364845;
}
.BgClassName
{
background-color: #364845;
}
</style>
border-color css
<style>
span { border-color: #364845; }
span { border-color: rgb(54,72,69); }
td.TdClassName
{
border-color: #364845;
}
.TagClassName
{
border-color: #364845;
}
</style>