Shades of Firefly #324945
Tints of Firefly #324945
RGB
CMYK
RGB Variations
Color information
#324945 (or 0x324945) is known color: Firefly. HEX triplet: 32, 49 and 45. RGB value is (50,73,69). Sum of RGB (Red+Green+Blue) = 50+73+69=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #324945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324945 is #CDB6BA. Grayscale: #414141. Windows color (decimal): -13481659 or 4540722. OLE color: 4540722.
HSL color Cylindrical-coordinate representation of color #324945: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324945 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 69 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.71 |
| HSL | 169.57º | 0.19% | 0.24% | - |
| HSV(B) | 169.57º | 0.32% | 0.29% | - |
| XYZ | 4.77 | 5.87 | 6.51 | - |
| YUV | 65.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 69 | 0.32 | 0 | 0.05 | 0.71 | 169.57 | 0.19 | 0.24 |
| Hex | 32 | 49 | 45 | 20 | 0 | 5 | 47 | AA | 13 | 18 |
| Octal | 62 | 111 | 105 | 40 | 0 | 5 | 107 | 252 | 23 | 30 |
| Binary | 110010 | 1001001 | 1000101 | 100000 | 0 | 101 | 1000111 | 10101010 | 10011 | 11000 |
Color Harmonies of #324945
Complementary color
Monochromatic Colors of #324945
Black with #324945
Text Example
Text Example
White with #324945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324945; }
p { color: rgb(50,73,69); }
H1.HeaderClassName
{
color: #324945;
}
.AnyTagClassName
{
color: #324945;
}
</style>
background-color css
<style>
a { background-color: #324945; }
a { background-color: rgb(50,73,69); }
div.DivClassName
{
background-color: #324945;
}
.BgClassName
{
background-color: #324945;
}
</style>
border-color css
<style>
span { border-color: #324945; }
span { border-color: rgb(50,73,69); }
td.TdClassName
{
border-color: #324945;
}
.TagClassName
{
border-color: #324945;
}
</style>