Shades of Firefly #364945
Tints of Firefly #364945
RGB
CMYK
RGB Variations
Color information
#364945 (or 0x364945) is known color: Firefly. HEX triplet: 36, 49 and 45. RGB value is (54,73,69). Sum of RGB (Red+Green+Blue) = 54+73+69=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #364945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364945 is #C9B6BA. Grayscale: #424242. Windows color (decimal): -13219515 or 4540726. OLE color: 4540726.
HSL color Cylindrical-coordinate representation of color #364945: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #364945 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 69 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.71 |
| HSL | 167.37º | 0.15% | 0.25% | - |
| HSV(B) | 167.37º | 0.26% | 0.29% | - |
| XYZ | 4.98 | 5.98 | 6.52 | - |
| YUV | 66.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 69 | 0.26 | 0 | 0.05 | 0.71 | 167.37 | 0.15 | 0.25 |
| Hex | 36 | 49 | 45 | 1A | 0 | 5 | 47 | A7 | F | 19 |
| Octal | 66 | 111 | 105 | 32 | 0 | 5 | 107 | 247 | 17 | 31 |
| Binary | 110110 | 1001001 | 1000101 | 11010 | 0 | 101 | 1000111 | 10100111 | 1111 | 11001 |
Color Harmonies of #364945
Complementary color
Monochromatic Colors of #364945
Black with #364945
Text Example
Text Example
White with #364945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364945; }
p { color: rgb(54,73,69); }
H1.HeaderClassName
{
color: #364945;
}
.AnyTagClassName
{
color: #364945;
}
</style>
background-color css
<style>
a { background-color: #364945; }
a { background-color: rgb(54,73,69); }
div.DivClassName
{
background-color: #364945;
}
.BgClassName
{
background-color: #364945;
}
</style>
border-color css
<style>
span { border-color: #364945; }
span { border-color: rgb(54,73,69); }
td.TdClassName
{
border-color: #364945;
}
.TagClassName
{
border-color: #364945;
}
</style>