Shades of Firefly #354945
Tints of Firefly #354945
RGB
CMYK
RGB Variations
Color information
#354945 (or 0x354945) is known color: Firefly. HEX triplet: 35, 49 and 45. RGB value is (53,73,69). Sum of RGB (Red+Green+Blue) = 53+73+69=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #354945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354945 is #CAB6BA. Grayscale: #424242. Windows color (decimal): -13285051 or 4540725. OLE color: 4540725.
HSL color Cylindrical-coordinate representation of color #354945: hue angle of 168º 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 #354945 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 69 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.71 |
| HSL | 168º | 0.16% | 0.25% | - |
| HSV(B) | 168º | 0.27% | 0.29% | - |
| XYZ | 4.92 | 5.95 | 6.52 | - |
| YUV | 66.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 69 | 0.27 | 0 | 0.05 | 0.71 | 168 | 0.16 | 0.25 |
| Hex | 35 | 49 | 45 | 1B | 0 | 5 | 47 | A8 | 10 | 19 |
| Octal | 65 | 111 | 105 | 33 | 0 | 5 | 107 | 250 | 20 | 31 |
| Binary | 110101 | 1001001 | 1000101 | 11011 | 0 | 101 | 1000111 | 10101000 | 10000 | 11001 |
Color Harmonies of #354945
Complementary color
Monochromatic Colors of #354945
Black with #354945
Text Example
Text Example
White with #354945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354945; }
p { color: rgb(53,73,69); }
H1.HeaderClassName
{
color: #354945;
}
.AnyTagClassName
{
color: #354945;
}
</style>
background-color css
<style>
a { background-color: #354945; }
a { background-color: rgb(53,73,69); }
div.DivClassName
{
background-color: #354945;
}
.BgClassName
{
background-color: #354945;
}
</style>
border-color css
<style>
span { border-color: #354945; }
span { border-color: rgb(53,73,69); }
td.TdClassName
{
border-color: #354945;
}
.TagClassName
{
border-color: #354945;
}
</style>