Shades of Firefly #364240
Tints of Firefly #364240
RGB
CMYK
RGB Variations
Color information
#364240 (or 0x364240) is known color: Firefly. HEX triplet: 36, 42 and 40. RGB value is (54,66,64). Sum of RGB (Red+Green+Blue) = 54+66+64=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 66 - color contains mainly: green. Hex color #364240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364240 is #C9BDBF. Grayscale: #3E3E3E. Windows color (decimal): -13221312 or 4211254. OLE color: 4211254.
HSL color Cylindrical-coordinate representation of color #364240: hue angle of 170º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #364240 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 64 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.74 |
| HSL | 170º | 0.1% | 0.24% | - |
| HSV(B) | 170º | 0.18% | 0.26% | - |
| XYZ | 4.39 | 5.05 | 5.59 | - |
| YUV | 62.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 64 | 0.18 | 0 | 0.03 | 0.74 | 170 | 0.1 | 0.24 |
| Hex | 36 | 42 | 40 | 12 | 0 | 3 | 4A | AA | A | 18 |
| Octal | 66 | 102 | 100 | 22 | 0 | 3 | 112 | 252 | 12 | 30 |
| Binary | 110110 | 1000010 | 1000000 | 10010 | 0 | 11 | 1001010 | 10101010 | 1010 | 11000 |
Color Harmonies of #364240
Complementary color
Monochromatic Colors of #364240
Black with #364240
Text Example
Text Example
White with #364240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364240; }
p { color: rgb(54,66,64); }
H1.HeaderClassName
{
color: #364240;
}
.AnyTagClassName
{
color: #364240;
}
</style>
background-color css
<style>
a { background-color: #364240; }
a { background-color: rgb(54,66,64); }
div.DivClassName
{
background-color: #364240;
}
.BgClassName
{
background-color: #364240;
}
</style>
border-color css
<style>
span { border-color: #364240; }
span { border-color: rgb(54,66,64); }
td.TdClassName
{
border-color: #364240;
}
.TagClassName
{
border-color: #364240;
}
</style>