Shades of Firefly #324646
Tints of Firefly #324646
RGB
CMYK
RGB Variations
Color information
#324646 (or 0x324646) is known color: Firefly. HEX triplet: 32, 46 and 46. RGB value is (50,70,70). Sum of RGB (Red+Green+Blue) = 50+70+70=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #324646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324646 is #CDB9B9. Grayscale: #404040. Windows color (decimal): -13482426 or 4605490. OLE color: 4605490.
HSL color Cylindrical-coordinate representation of color #324646: hue angle of 180º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #324646 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 70 | - |
| CMYK | 0.29 | 0 | 0 | 0.73 |
| HSL | 180º | 0.17% | 0.24% | - |
| HSV(B) | 180º | 0.29% | 0.27% | - |
| XYZ | 4.61 | 5.5 | 6.61 | - |
| YUV | 64.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 70 | 0.29 | 0 | 0 | 0.73 | 180 | 0.17 | 0.24 |
| Hex | 32 | 46 | 46 | 1D | 0 | 0 | 49 | B4 | 11 | 18 |
| Octal | 62 | 106 | 106 | 35 | 0 | 0 | 111 | 264 | 21 | 30 |
| Binary | 110010 | 1000110 | 1000110 | 11101 | 0 | 0 | 1001001 | 10110100 | 10001 | 11000 |
Color Harmonies of #324646
Complementary color
Monochromatic Colors of #324646
Black with #324646
Text Example
Text Example
White with #324646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324646; }
p { color: rgb(50,70,70); }
H1.HeaderClassName
{
color: #324646;
}
.AnyTagClassName
{
color: #324646;
}
</style>
background-color css
<style>
a { background-color: #324646; }
a { background-color: rgb(50,70,70); }
div.DivClassName
{
background-color: #324646;
}
.BgClassName
{
background-color: #324646;
}
</style>
border-color css
<style>
span { border-color: #324646; }
span { border-color: rgb(50,70,70); }
td.TdClassName
{
border-color: #324646;
}
.TagClassName
{
border-color: #324646;
}
</style>