Shades of Firefly #344946
Tints of Firefly #344946
RGB
CMYK
RGB Variations
Color information
#344946 (or 0x344946) is known color: Firefly. HEX triplet: 34, 49 and 46. RGB value is (52,73,70). Sum of RGB (Red+Green+Blue) = 52+73+70=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #344946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344946 is #CBB6B9. Grayscale: #424242. Windows color (decimal): -13350586 or 4606260. OLE color: 4606260.
HSL color Cylindrical-coordinate representation of color #344946: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344946 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 73 | 70 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.71 |
| HSL | 171.43º | 0.17% | 0.25% | - |
| HSV(B) | 171.43º | 0.29% | 0.29% | - |
| XYZ | 4.9 | 5.94 | 6.68 | - |
| YUV | 66.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 70 | 0.29 | 0 | 0.04 | 0.71 | 171.43 | 0.17 | 0.25 |
| Hex | 34 | 49 | 46 | 1D | 0 | 4 | 47 | AB | 11 | 19 |
| Octal | 64 | 111 | 106 | 35 | 0 | 4 | 107 | 253 | 21 | 31 |
| Binary | 110100 | 1001001 | 1000110 | 11101 | 0 | 100 | 1000111 | 10101011 | 10001 | 11001 |
Color Harmonies of #344946
Complementary color
Monochromatic Colors of #344946
Black with #344946
Text Example
Text Example
White with #344946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344946; }
p { color: rgb(52,73,70); }
H1.HeaderClassName
{
color: #344946;
}
.AnyTagClassName
{
color: #344946;
}
</style>
background-color css
<style>
a { background-color: #344946; }
a { background-color: rgb(52,73,70); }
div.DivClassName
{
background-color: #344946;
}
.BgClassName
{
background-color: #344946;
}
</style>
border-color css
<style>
span { border-color: #344946; }
span { border-color: rgb(52,73,70); }
td.TdClassName
{
border-color: #344946;
}
.TagClassName
{
border-color: #344946;
}
</style>