Shades of Firefly #354846
Tints of Firefly #354846
RGB
CMYK
RGB Variations
Color information
#354846 (or 0x354846) is known color: Firefly. HEX triplet: 35, 48 and 46. RGB value is (53,72,70). Sum of RGB (Red+Green+Blue) = 53+72+70=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #354846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354846 is #CAB7B9. Grayscale: #424242. Windows color (decimal): -13285306 or 4606005. OLE color: 4606005.
HSL color Cylindrical-coordinate representation of color #354846: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354846 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 70 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.72 |
| HSL | 173.68º | 0.15% | 0.25% | - |
| HSV(B) | 173.68º | 0.26% | 0.28% | - |
| XYZ | 4.89 | 5.83 | 6.66 | - |
| YUV | 66.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 70 | 0.26 | 0 | 0.03 | 0.72 | 173.68 | 0.15 | 0.25 |
| Hex | 35 | 48 | 46 | 1A | 0 | 3 | 48 | AE | F | 19 |
| Octal | 65 | 110 | 106 | 32 | 0 | 3 | 110 | 256 | 17 | 31 |
| Binary | 110101 | 1001000 | 1000110 | 11010 | 0 | 11 | 1001000 | 10101110 | 1111 | 11001 |
Color Harmonies of #354846
Complementary color
Monochromatic Colors of #354846
Black with #354846
Text Example
Text Example
White with #354846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354846; }
p { color: rgb(53,72,70); }
H1.HeaderClassName
{
color: #354846;
}
.AnyTagClassName
{
color: #354846;
}
</style>
background-color css
<style>
a { background-color: #354846; }
a { background-color: rgb(53,72,70); }
div.DivClassName
{
background-color: #354846;
}
.BgClassName
{
background-color: #354846;
}
</style>
border-color css
<style>
span { border-color: #354846; }
span { border-color: rgb(53,72,70); }
td.TdClassName
{
border-color: #354846;
}
.TagClassName
{
border-color: #354846;
}
</style>