Shades of Firefly #384A46
Tints of Firefly #384A46
RGB
CMYK
RGB Variations
Color information
#384A46 (or 0x384A46) is known color: Firefly. HEX triplet: 38, 4A and 46. RGB value is (56,74,70). Sum of RGB (Red+Green+Blue) = 56+74+70=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #384A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A46 is #C7B5B9. Grayscale: #444444. Windows color (decimal): -13088186 or 4606520. OLE color: 4606520.
HSL color Cylindrical-coordinate representation of color #384A46: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A46 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 70 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.71 |
| HSL | 166.67º | 0.14% | 0.25% | - |
| HSV(B) | 166.67º | 0.24% | 0.29% | - |
| XYZ | 5.19 | 6.18 | 6.71 | - |
| YUV | 68.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 70 | 0.24 | 0 | 0.05 | 0.71 | 166.67 | 0.14 | 0.25 |
| Hex | 38 | 4A | 46 | 18 | 0 | 5 | 47 | A7 | E | 19 |
| Octal | 70 | 112 | 106 | 30 | 0 | 5 | 107 | 247 | 16 | 31 |
| Binary | 111000 | 1001010 | 1000110 | 11000 | 0 | 101 | 1000111 | 10100111 | 1110 | 11001 |
Color Harmonies of #384A46
Complementary color
Monochromatic Colors of #384A46
Black with #384A46
Text Example
Text Example
White with #384A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A46; }
p { color: rgb(56,74,70); }
H1.HeaderClassName
{
color: #384A46;
}
.AnyTagClassName
{
color: #384A46;
}
</style>
background-color css
<style>
a { background-color: #384A46; }
a { background-color: rgb(56,74,70); }
div.DivClassName
{
background-color: #384A46;
}
.BgClassName
{
background-color: #384A46;
}
</style>
border-color css
<style>
span { border-color: #384A46; }
span { border-color: rgb(56,74,70); }
td.TdClassName
{
border-color: #384A46;
}
.TagClassName
{
border-color: #384A46;
}
</style>