Shades of Firefly #324E49
Tints of Firefly #324E49
RGB
CMYK
RGB Variations
Color information
#324E49 (or 0x324E49) is known color: Firefly. HEX triplet: 32, 4E and 49. RGB value is (50,78,73). Sum of RGB (Red+Green+Blue) = 50+78+73=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #324E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E49 is #CDB1B6. Grayscale: #454545. Windows color (decimal): -13480375 or 4804146. OLE color: 4804146.
HSL color Cylindrical-coordinate representation of color #324E49: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324E49 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 78 | 73 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.69 |
| HSL | 169.29º | 0.22% | 0.25% | - |
| HSV(B) | 169.29º | 0.36% | 0.31% | - |
| XYZ | 5.24 | 6.61 | 7.3 | - |
| YUV | 69.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 73 | 0.36 | 0 | 0.06 | 0.69 | 169.29 | 0.22 | 0.25 |
| Hex | 32 | 4E | 49 | 24 | 0 | 6 | 45 | A9 | 16 | 19 |
| Octal | 62 | 116 | 111 | 44 | 0 | 6 | 105 | 251 | 26 | 31 |
| Binary | 110010 | 1001110 | 1001001 | 100100 | 0 | 110 | 1000101 | 10101001 | 10110 | 11001 |
Color Harmonies of #324E49
Complementary color
Monochromatic Colors of #324E49
Black with #324E49
Text Example
Text Example
White with #324E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E49; }
p { color: rgb(50,78,73); }
H1.HeaderClassName
{
color: #324E49;
}
.AnyTagClassName
{
color: #324E49;
}
</style>
background-color css
<style>
a { background-color: #324E49; }
a { background-color: rgb(50,78,73); }
div.DivClassName
{
background-color: #324E49;
}
.BgClassName
{
background-color: #324E49;
}
</style>
border-color css
<style>
span { border-color: #324E49; }
span { border-color: rgb(50,78,73); }
td.TdClassName
{
border-color: #324E49;
}
.TagClassName
{
border-color: #324E49;
}
</style>