Shades of Firefly #354946
Tints of Firefly #354946
RGB
CMYK
RGB Variations
Color information
#354946 (or 0x354946) is known color: Firefly. HEX triplet: 35, 49 and 46. RGB value is (53,73,70). Sum of RGB (Red+Green+Blue) = 53+73+70=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #354946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354946 is #CAB6B9. Grayscale: #424242. Windows color (decimal): -13285050 or 4606261. OLE color: 4606261.
HSL color Cylindrical-coordinate representation of color #354946: hue angle of 171º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354946 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 70 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.71 |
| HSL | 171º | 0.16% | 0.25% | - |
| HSV(B) | 171º | 0.27% | 0.29% | - |
| XYZ | 4.96 | 5.96 | 6.68 | - |
| YUV | 66.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 70 | 0.27 | 0 | 0.04 | 0.71 | 171 | 0.16 | 0.25 |
| Hex | 35 | 49 | 46 | 1B | 0 | 4 | 47 | AB | 10 | 19 |
| Octal | 65 | 111 | 106 | 33 | 0 | 4 | 107 | 253 | 20 | 31 |
| Binary | 110101 | 1001001 | 1000110 | 11011 | 0 | 100 | 1000111 | 10101011 | 10000 | 11001 |
Color Harmonies of #354946
Complementary color
Monochromatic Colors of #354946
Black with #354946
Text Example
Text Example
White with #354946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354946; }
p { color: rgb(53,73,70); }
H1.HeaderClassName
{
color: #354946;
}
.AnyTagClassName
{
color: #354946;
}
</style>
background-color css
<style>
a { background-color: #354946; }
a { background-color: rgb(53,73,70); }
div.DivClassName
{
background-color: #354946;
}
.BgClassName
{
background-color: #354946;
}
</style>
border-color css
<style>
span { border-color: #354946; }
span { border-color: rgb(53,73,70); }
td.TdClassName
{
border-color: #354946;
}
.TagClassName
{
border-color: #354946;
}
</style>