Shades of Firefly #324643
Tints of Firefly #324643
RGB
CMYK
RGB Variations
Color information
#324643 (or 0x324643) is known color: Firefly. HEX triplet: 32, 46 and 43. RGB value is (50,70,67). Sum of RGB (Red+Green+Blue) = 50+70+67=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #324643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324643 is #CDB9BC. Grayscale: #3F3F3F. Windows color (decimal): -13482429 or 4408882. OLE color: 4408882.
HSL color Cylindrical-coordinate representation of color #324643: hue angle of 171º 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 #324643 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 67 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.73 |
| HSL | 171º | 0.17% | 0.24% | - |
| HSV(B) | 171º | 0.29% | 0.27% | - |
| XYZ | 4.52 | 5.46 | 6.13 | - |
| YUV | 63.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 67 | 0.29 | 0 | 0.04 | 0.73 | 171 | 0.17 | 0.24 |
| Hex | 32 | 46 | 43 | 1D | 0 | 4 | 49 | AB | 11 | 18 |
| Octal | 62 | 106 | 103 | 35 | 0 | 4 | 111 | 253 | 21 | 30 |
| Binary | 110010 | 1000110 | 1000011 | 11101 | 0 | 100 | 1001001 | 10101011 | 10001 | 11000 |
Color Harmonies of #324643
Complementary color
Monochromatic Colors of #324643
Black with #324643
Text Example
Text Example
White with #324643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324643; }
p { color: rgb(50,70,67); }
H1.HeaderClassName
{
color: #324643;
}
.AnyTagClassName
{
color: #324643;
}
</style>
background-color css
<style>
a { background-color: #324643; }
a { background-color: rgb(50,70,67); }
div.DivClassName
{
background-color: #324643;
}
.BgClassName
{
background-color: #324643;
}
</style>
border-color css
<style>
span { border-color: #324643; }
span { border-color: rgb(50,70,67); }
td.TdClassName
{
border-color: #324643;
}
.TagClassName
{
border-color: #324643;
}
</style>