Shades of Firefly #354240
Tints of Firefly #354240
RGB
CMYK
RGB Variations
Color information
#354240 (or 0x354240) is known color: Firefly. HEX triplet: 35, 42 and 40. RGB value is (53,66,64). Sum of RGB (Red+Green+Blue) = 53+66+64=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #354240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354240 is #CABDBF. Grayscale: #3D3D3D. Windows color (decimal): -13286848 or 4211253. OLE color: 4211253.
HSL color Cylindrical-coordinate representation of color #354240: hue angle of 170.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354240 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 64 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.74 |
| HSL | 170.77º | 0.11% | 0.23% | - |
| HSV(B) | 170.77º | 0.2% | 0.26% | - |
| XYZ | 4.34 | 5.02 | 5.59 | - |
| YUV | 61.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 64 | 0.20 | 0 | 0.03 | 0.74 | 170.77 | 0.11 | 0.23 |
| Hex | 35 | 42 | 40 | 14 | 0 | 3 | 4A | AB | B | 17 |
| Octal | 65 | 102 | 100 | 24 | 0 | 3 | 112 | 253 | 13 | 27 |
| Binary | 110101 | 1000010 | 1000000 | 10100 | 0 | 11 | 1001010 | 10101011 | 1011 | 10111 |
Color Harmonies of #354240
Complementary color
Monochromatic Colors of #354240
Black with #354240
Text Example
Text Example
White with #354240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354240; }
p { color: rgb(53,66,64); }
H1.HeaderClassName
{
color: #354240;
}
.AnyTagClassName
{
color: #354240;
}
</style>
background-color css
<style>
a { background-color: #354240; }
a { background-color: rgb(53,66,64); }
div.DivClassName
{
background-color: #354240;
}
.BgClassName
{
background-color: #354240;
}
</style>
border-color css
<style>
span { border-color: #354240; }
span { border-color: rgb(53,66,64); }
td.TdClassName
{
border-color: #354240;
}
.TagClassName
{
border-color: #354240;
}
</style>