Shades of Firefly #384945
Tints of Firefly #384945
RGB
CMYK
RGB Variations
Color information
#384945 (or 0x384945) is known color: Firefly. HEX triplet: 38, 49 and 45. RGB value is (56,73,69). Sum of RGB (Red+Green+Blue) = 56+73+69=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #384945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384945 is #C7B6BA. Grayscale: #434343. Windows color (decimal): -13088443 or 4540728. OLE color: 4540728.
HSL color Cylindrical-coordinate representation of color #384945: hue angle of 165.88º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384945 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 69 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.71 |
| HSL | 165.88º | 0.13% | 0.25% | - |
| HSV(B) | 165.88º | 0.23% | 0.29% | - |
| XYZ | 5.09 | 6.04 | 6.53 | - |
| YUV | 67.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 69 | 0.23 | 0 | 0.05 | 0.71 | 165.88 | 0.13 | 0.25 |
| Hex | 38 | 49 | 45 | 17 | 0 | 5 | 47 | A6 | D | 19 |
| Octal | 70 | 111 | 105 | 27 | 0 | 5 | 107 | 246 | 15 | 31 |
| Binary | 111000 | 1001001 | 1000101 | 10111 | 0 | 101 | 1000111 | 10100110 | 1101 | 11001 |
Color Harmonies of #384945
Complementary color
Monochromatic Colors of #384945
Black with #384945
Text Example
Text Example
White with #384945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384945; }
p { color: rgb(56,73,69); }
H1.HeaderClassName
{
color: #384945;
}
.AnyTagClassName
{
color: #384945;
}
</style>
background-color css
<style>
a { background-color: #384945; }
a { background-color: rgb(56,73,69); }
div.DivClassName
{
background-color: #384945;
}
.BgClassName
{
background-color: #384945;
}
</style>
border-color css
<style>
span { border-color: #384945; }
span { border-color: rgb(56,73,69); }
td.TdClassName
{
border-color: #384945;
}
.TagClassName
{
border-color: #384945;
}
</style>