Shades of Firefly #354542
Tints of Firefly #354542
RGB
CMYK
RGB Variations
Color information
#354542 (or 0x354542) is known color: Firefly. HEX triplet: 35, 45 and 42. RGB value is (53,69,66). Sum of RGB (Red+Green+Blue) = 53+69+66=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #354542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354542 is #CABABD. Grayscale: #3F3F3F. Windows color (decimal): -13286078 or 4343093. OLE color: 4343093.
HSL color Cylindrical-coordinate representation of color #354542: hue angle of 168.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354542 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 66 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.73 |
| HSL | 168.75º | 0.13% | 0.24% | - |
| HSV(B) | 168.75º | 0.23% | 0.27% | - |
| XYZ | 4.58 | 5.41 | 5.96 | - |
| YUV | 63.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 66 | 0.23 | 0 | 0.04 | 0.73 | 168.75 | 0.13 | 0.24 |
| Hex | 35 | 45 | 42 | 17 | 0 | 4 | 49 | A9 | D | 18 |
| Octal | 65 | 105 | 102 | 27 | 0 | 4 | 111 | 251 | 15 | 30 |
| Binary | 110101 | 1000101 | 1000010 | 10111 | 0 | 100 | 1001001 | 10101001 | 1101 | 11000 |
Color Harmonies of #354542
Complementary color
Monochromatic Colors of #354542
Black with #354542
Text Example
Text Example
White with #354542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354542; }
p { color: rgb(53,69,66); }
H1.HeaderClassName
{
color: #354542;
}
.AnyTagClassName
{
color: #354542;
}
</style>
background-color css
<style>
a { background-color: #354542; }
a { background-color: rgb(53,69,66); }
div.DivClassName
{
background-color: #354542;
}
.BgClassName
{
background-color: #354542;
}
</style>
border-color css
<style>
span { border-color: #354542; }
span { border-color: rgb(53,69,66); }
td.TdClassName
{
border-color: #354542;
}
.TagClassName
{
border-color: #354542;
}
</style>