Shades of Firefly #354843
Tints of Firefly #354843
RGB
CMYK
RGB Variations
Color information
#354843 (or 0x354843) is known color: Firefly. HEX triplet: 35, 48 and 43. RGB value is (53,72,67). Sum of RGB (Red+Green+Blue) = 53+72+67=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #354843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354843 is #CAB7BC. Grayscale: #414141. Windows color (decimal): -13285309 or 4409397. OLE color: 4409397.
HSL color Cylindrical-coordinate representation of color #354843: hue angle of 164.21º 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 #354843 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 67 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.72 |
| HSL | 164.21º | 0.15% | 0.25% | - |
| HSV(B) | 164.21º | 0.26% | 0.28% | - |
| XYZ | 4.8 | 5.8 | 6.18 | - |
| YUV | 65.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 67 | 0.26 | 0 | 0.07 | 0.72 | 164.21 | 0.15 | 0.25 |
| Hex | 35 | 48 | 43 | 1A | 0 | 7 | 48 | A4 | F | 19 |
| Octal | 65 | 110 | 103 | 32 | 0 | 7 | 110 | 244 | 17 | 31 |
| Binary | 110101 | 1001000 | 1000011 | 11010 | 0 | 111 | 1001000 | 10100100 | 1111 | 11001 |
Color Harmonies of #354843
Complementary color
Monochromatic Colors of #354843
Black with #354843
Text Example
Text Example
White with #354843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354843; }
p { color: rgb(53,72,67); }
H1.HeaderClassName
{
color: #354843;
}
.AnyTagClassName
{
color: #354843;
}
</style>
background-color css
<style>
a { background-color: #354843; }
a { background-color: rgb(53,72,67); }
div.DivClassName
{
background-color: #354843;
}
.BgClassName
{
background-color: #354843;
}
</style>
border-color css
<style>
span { border-color: #354843; }
span { border-color: rgb(53,72,67); }
td.TdClassName
{
border-color: #354843;
}
.TagClassName
{
border-color: #354843;
}
</style>