Shades of Firefly #354D48
Tints of Firefly #354D48
RGB
CMYK
RGB Variations
Color information
#354D48 (or 0x354D48) is known color: Firefly. HEX triplet: 35, 4D and 48. RGB value is (53,77,72). Sum of RGB (Red+Green+Blue) = 53+77+72=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #354D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D48 is #CAB2B7. Grayscale: #454545. Windows color (decimal): -13284024 or 4738357. OLE color: 4738357.
HSL color Cylindrical-coordinate representation of color #354D48: hue angle of 167.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D48 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 72 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.70 |
| HSL | 167.5º | 0.18% | 0.25% | - |
| HSV(B) | 167.5º | 0.31% | 0.3% | - |
| XYZ | 5.29 | 6.53 | 7.11 | - |
| YUV | 69.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 72 | 0.31 | 0 | 0.06 | 0.70 | 167.5 | 0.18 | 0.25 |
| Hex | 35 | 4D | 48 | 1F | 0 | 6 | 46 | A8 | 12 | 19 |
| Octal | 65 | 115 | 110 | 37 | 0 | 6 | 106 | 250 | 22 | 31 |
| Binary | 110101 | 1001101 | 1001000 | 11111 | 0 | 110 | 1000110 | 10101000 | 10010 | 11001 |
Color Harmonies of #354D48
Complementary color
Monochromatic Colors of #354D48
Black with #354D48
Text Example
Text Example
White with #354D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D48; }
p { color: rgb(53,77,72); }
H1.HeaderClassName
{
color: #354D48;
}
.AnyTagClassName
{
color: #354D48;
}
</style>
background-color css
<style>
a { background-color: #354D48; }
a { background-color: rgb(53,77,72); }
div.DivClassName
{
background-color: #354D48;
}
.BgClassName
{
background-color: #354D48;
}
</style>
border-color css
<style>
span { border-color: #354D48; }
span { border-color: rgb(53,77,72); }
td.TdClassName
{
border-color: #354D48;
}
.TagClassName
{
border-color: #354D48;
}
</style>