Shades of Firefly #3C4947
Tints of Firefly #3C4947
RGB
CMYK
RGB Variations
Color information
#3C4947 (or 0x3C4947) is known color: Firefly. HEX triplet: 3C, 49 and 47. RGB value is (60,73,71). Sum of RGB (Red+Green+Blue) = 60+73+71=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4947 is #C3B6B8. Grayscale: #444444. Windows color (decimal): -12826297 or 4671804. OLE color: 4671804.
HSL color Cylindrical-coordinate representation of color #3C4947: hue angle of 170.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4947 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 71 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.71 |
| HSL | 170.77º | 0.1% | 0.26% | - |
| HSV(B) | 170.77º | 0.18% | 0.29% | - |
| XYZ | 5.38 | 6.18 | 6.87 | - |
| YUV | 68.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 71 | 0.18 | 0 | 0.03 | 0.71 | 170.77 | 0.1 | 0.26 |
| Hex | 3C | 49 | 47 | 12 | 0 | 3 | 47 | AB | A | 1A |
| Octal | 74 | 111 | 107 | 22 | 0 | 3 | 107 | 253 | 12 | 32 |
| Binary | 111100 | 1001001 | 1000111 | 10010 | 0 | 11 | 1000111 | 10101011 | 1010 | 11010 |
Color Harmonies of #3C4947
Complementary color
Monochromatic Colors of #3C4947
Black with #3C4947
Text Example
Text Example
White with #3C4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4947; }
p { color: rgb(60,73,71); }
H1.HeaderClassName
{
color: #3C4947;
}
.AnyTagClassName
{
color: #3C4947;
}
</style>
background-color css
<style>
a { background-color: #3C4947; }
a { background-color: rgb(60,73,71); }
div.DivClassName
{
background-color: #3C4947;
}
.BgClassName
{
background-color: #3C4947;
}
</style>
border-color css
<style>
span { border-color: #3C4947; }
span { border-color: rgb(60,73,71); }
td.TdClassName
{
border-color: #3C4947;
}
.TagClassName
{
border-color: #3C4947;
}
</style>