Shades of Firefly #384D49
Tints of Firefly #384D49
RGB
CMYK
RGB Variations
Color information
#384D49 (or 0x384D49) is known color: Firefly. HEX triplet: 38, 4D and 49. RGB value is (56,77,73). Sum of RGB (Red+Green+Blue) = 56+77+73=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #384D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D49 is #C7B2B6. Grayscale: #464646. Windows color (decimal): -13087415 or 4803896. OLE color: 4803896.
HSL color Cylindrical-coordinate representation of color #384D49: hue angle of 168.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D49 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 73 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.70 |
| HSL | 168.57º | 0.16% | 0.26% | - |
| HSV(B) | 168.57º | 0.27% | 0.3% | - |
| XYZ | 5.49 | 6.63 | 7.29 | - |
| YUV | 70.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 73 | 0.27 | 0 | 0.05 | 0.70 | 168.57 | 0.16 | 0.26 |
| Hex | 38 | 4D | 49 | 1B | 0 | 5 | 46 | A9 | 10 | 1A |
| Octal | 70 | 115 | 111 | 33 | 0 | 5 | 106 | 251 | 20 | 32 |
| Binary | 111000 | 1001101 | 1001001 | 11011 | 0 | 101 | 1000110 | 10101001 | 10000 | 11010 |
Color Harmonies of #384D49
Complementary color
Monochromatic Colors of #384D49
Black with #384D49
Text Example
Text Example
White with #384D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D49; }
p { color: rgb(56,77,73); }
H1.HeaderClassName
{
color: #384D49;
}
.AnyTagClassName
{
color: #384D49;
}
</style>
background-color css
<style>
a { background-color: #384D49; }
a { background-color: rgb(56,77,73); }
div.DivClassName
{
background-color: #384D49;
}
.BgClassName
{
background-color: #384D49;
}
</style>
border-color css
<style>
span { border-color: #384D49; }
span { border-color: rgb(56,77,73); }
td.TdClassName
{
border-color: #384D49;
}
.TagClassName
{
border-color: #384D49;
}
</style>