Shades of Firefly #324542
Tints of Firefly #324542
RGB
CMYK
RGB Variations
Color information
#324542 (or 0x324542) is known color: Firefly. HEX triplet: 32, 45 and 42. RGB value is (50,69,66). Sum of RGB (Red+Green+Blue) = 50+69+66=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #324542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324542 is #CDBABD. Grayscale: #3E3E3E. Windows color (decimal): -13482686 or 4343090. OLE color: 4343090.
HSL color Cylindrical-coordinate representation of color #324542: hue angle of 170.53º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324542 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 66 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.73 |
| HSL | 170.53º | 0.16% | 0.23% | - |
| HSV(B) | 170.53º | 0.28% | 0.27% | - |
| XYZ | 4.43 | 5.33 | 5.95 | - |
| YUV | 62.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 66 | 0.28 | 0 | 0.04 | 0.73 | 170.53 | 0.16 | 0.23 |
| Hex | 32 | 45 | 42 | 1C | 0 | 4 | 49 | AB | 10 | 17 |
| Octal | 62 | 105 | 102 | 34 | 0 | 4 | 111 | 253 | 20 | 27 |
| Binary | 110010 | 1000101 | 1000010 | 11100 | 0 | 100 | 1001001 | 10101011 | 10000 | 10111 |
Color Harmonies of #324542
Complementary color
Monochromatic Colors of #324542
Black with #324542
Text Example
Text Example
White with #324542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324542; }
p { color: rgb(50,69,66); }
H1.HeaderClassName
{
color: #324542;
}
.AnyTagClassName
{
color: #324542;
}
</style>
background-color css
<style>
a { background-color: #324542; }
a { background-color: rgb(50,69,66); }
div.DivClassName
{
background-color: #324542;
}
.BgClassName
{
background-color: #324542;
}
</style>
border-color css
<style>
span { border-color: #324542; }
span { border-color: rgb(50,69,66); }
td.TdClassName
{
border-color: #324542;
}
.TagClassName
{
border-color: #324542;
}
</style>