Shades of Firefly #364745
Tints of Firefly #364745
RGB
CMYK
RGB Variations
Color information
#364745 (or 0x364745) is known color: Firefly. HEX triplet: 36, 47 and 45. RGB value is (54,71,69). Sum of RGB (Red+Green+Blue) = 54+71+69=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #364745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364745 is #C9B8BA. Grayscale: #414141. Windows color (decimal): -13220027 or 4540214. OLE color: 4540214.
HSL color Cylindrical-coordinate representation of color #364745: hue angle of 172.94º degrees, saturation: 0.14, 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 #364745 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 69 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.72 |
| HSL | 172.94º | 0.14% | 0.25% | - |
| HSV(B) | 172.94º | 0.24% | 0.28% | - |
| XYZ | 4.85 | 5.72 | 6.48 | - |
| YUV | 65.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 69 | 0.24 | 0 | 0.03 | 0.72 | 172.94 | 0.14 | 0.25 |
| Hex | 36 | 47 | 45 | 18 | 0 | 3 | 48 | AD | E | 19 |
| Octal | 66 | 107 | 105 | 30 | 0 | 3 | 110 | 255 | 16 | 31 |
| Binary | 110110 | 1000111 | 1000101 | 11000 | 0 | 11 | 1001000 | 10101101 | 1110 | 11001 |
Color Harmonies of #364745
Complementary color
Monochromatic Colors of #364745
Black with #364745
Text Example
Text Example
White with #364745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364745; }
p { color: rgb(54,71,69); }
H1.HeaderClassName
{
color: #364745;
}
.AnyTagClassName
{
color: #364745;
}
</style>
background-color css
<style>
a { background-color: #364745; }
a { background-color: rgb(54,71,69); }
div.DivClassName
{
background-color: #364745;
}
.BgClassName
{
background-color: #364745;
}
</style>
border-color css
<style>
span { border-color: #364745; }
span { border-color: rgb(54,71,69); }
td.TdClassName
{
border-color: #364745;
}
.TagClassName
{
border-color: #364745;
}
</style>