Shades of Firefly #3C4847
Tints of Firefly #3C4847
RGB
CMYK
RGB Variations
Color information
#3C4847 (or 0x3C4847) is known color: Firefly. HEX triplet: 3C, 48 and 47. RGB value is (60,72,71). Sum of RGB (Red+Green+Blue) = 60+72+71=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4847 is #C3B7B8. Grayscale: #444444. Windows color (decimal): -12826553 or 4671548. OLE color: 4671548.
HSL color Cylindrical-coordinate representation of color #3C4847: hue angle of 175º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C4847 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 71 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.72 |
| HSL | 175º | 0.09% | 0.26% | - |
| HSV(B) | 175º | 0.17% | 0.28% | - |
| XYZ | 5.32 | 6.05 | 6.85 | - |
| YUV | 68.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 71 | 0.17 | 0 | 0.01 | 0.72 | 175 | 0.09 | 0.26 |
| Hex | 3C | 48 | 47 | 11 | 0 | 1 | 48 | AF | 9 | 1A |
| Octal | 74 | 110 | 107 | 21 | 0 | 1 | 110 | 257 | 11 | 32 |
| Binary | 111100 | 1001000 | 1000111 | 10001 | 0 | 1 | 1001000 | 10101111 | 1001 | 11010 |
Color Harmonies of #3C4847
Complementary color
Monochromatic Colors of #3C4847
Black with #3C4847
Text Example
Text Example
White with #3C4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4847; }
p { color: rgb(60,72,71); }
H1.HeaderClassName
{
color: #3C4847;
}
.AnyTagClassName
{
color: #3C4847;
}
</style>
background-color css
<style>
a { background-color: #3C4847; }
a { background-color: rgb(60,72,71); }
div.DivClassName
{
background-color: #3C4847;
}
.BgClassName
{
background-color: #3C4847;
}
</style>
border-color css
<style>
span { border-color: #3C4847; }
span { border-color: rgb(60,72,71); }
td.TdClassName
{
border-color: #3C4847;
}
.TagClassName
{
border-color: #3C4847;
}
</style>