Shades of Firefly #3A4746
Tints of Firefly #3A4746
RGB
CMYK
RGB Variations
Color information
#3A4746 (or 0x3A4746) is known color: Firefly. HEX triplet: 3A, 47 and 46. RGB value is (58,71,70). Sum of RGB (Red+Green+Blue) = 58+71+70=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4746 is #C5B8B9. Grayscale: #424242. Windows color (decimal): -12957882 or 4605754. OLE color: 4605754.
HSL color Cylindrical-coordinate representation of color #3A4746: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A4746 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 70 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.72 |
| HSL | 175.38º | 0.1% | 0.25% | - |
| HSV(B) | 175.38º | 0.18% | 0.28% | - |
| XYZ | 5.1 | 5.85 | 6.65 | - |
| YUV | 67 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 70 | 0.18 | 0 | 0.01 | 0.72 | 175.38 | 0.1 | 0.25 |
| Hex | 3A | 47 | 46 | 12 | 0 | 1 | 48 | AF | A | 19 |
| Octal | 72 | 107 | 106 | 22 | 0 | 1 | 110 | 257 | 12 | 31 |
| Binary | 111010 | 1000111 | 1000110 | 10010 | 0 | 1 | 1001000 | 10101111 | 1010 | 11001 |
Color Harmonies of #3A4746
Complementary color
Monochromatic Colors of #3A4746
Black with #3A4746
Text Example
Text Example
White with #3A4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4746; }
p { color: rgb(58,71,70); }
H1.HeaderClassName
{
color: #3A4746;
}
.AnyTagClassName
{
color: #3A4746;
}
</style>
background-color css
<style>
a { background-color: #3A4746; }
a { background-color: rgb(58,71,70); }
div.DivClassName
{
background-color: #3A4746;
}
.BgClassName
{
background-color: #3A4746;
}
</style>
border-color css
<style>
span { border-color: #3A4746; }
span { border-color: rgb(58,71,70); }
td.TdClassName
{
border-color: #3A4746;
}
.TagClassName
{
border-color: #3A4746;
}
</style>