Shades of Firefly #324745
Tints of Firefly #324745
RGB
CMYK
RGB Variations
Color information
#324745 (or 0x324745) is known color: Firefly. HEX triplet: 32, 47 and 45. RGB value is (50,71,69). Sum of RGB (Red+Green+Blue) = 50+71+69=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #324745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324745 is #CDB8BA. Grayscale: #404040. Windows color (decimal): -13482171 or 4540210. OLE color: 4540210.
HSL color Cylindrical-coordinate representation of color #324745: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324745 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 69 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.72 |
| HSL | 174.29º | 0.17% | 0.24% | - |
| HSV(B) | 174.29º | 0.3% | 0.28% | - |
| XYZ | 4.64 | 5.61 | 6.47 | - |
| YUV | 64.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 69 | 0.30 | 0 | 0.03 | 0.72 | 174.29 | 0.17 | 0.24 |
| Hex | 32 | 47 | 45 | 1E | 0 | 3 | 48 | AE | 11 | 18 |
| Octal | 62 | 107 | 105 | 36 | 0 | 3 | 110 | 256 | 21 | 30 |
| Binary | 110010 | 1000111 | 1000101 | 11110 | 0 | 11 | 1001000 | 10101110 | 10001 | 11000 |
Color Harmonies of #324745
Complementary color
Monochromatic Colors of #324745
Black with #324745
Text Example
Text Example
White with #324745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324745; }
p { color: rgb(50,71,69); }
H1.HeaderClassName
{
color: #324745;
}
.AnyTagClassName
{
color: #324745;
}
</style>
background-color css
<style>
a { background-color: #324745; }
a { background-color: rgb(50,71,69); }
div.DivClassName
{
background-color: #324745;
}
.BgClassName
{
background-color: #324745;
}
</style>
border-color css
<style>
span { border-color: #324745; }
span { border-color: rgb(50,71,69); }
td.TdClassName
{
border-color: #324745;
}
.TagClassName
{
border-color: #324745;
}
</style>