Shades of Firefly #384A47
Tints of Firefly #384A47
RGB
CMYK
RGB Variations
Color information
#384A47 (or 0x384A47) is known color: Firefly. HEX triplet: 38, 4A and 47. RGB value is (56,74,71). Sum of RGB (Red+Green+Blue) = 56+74+71=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #384A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A47 is #C7B5B8. Grayscale: #444444. Windows color (decimal): -13088185 or 4672056. OLE color: 4672056.
HSL color Cylindrical-coordinate representation of color #384A47: hue angle of 170º 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 #384A47 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 71 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.71 |
| HSL | 170º | 0.14% | 0.25% | - |
| HSV(B) | 170º | 0.24% | 0.29% | - |
| XYZ | 5.22 | 6.19 | 6.88 | - |
| YUV | 68.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 71 | 0.24 | 0 | 0.04 | 0.71 | 170 | 0.14 | 0.25 |
| Hex | 38 | 4A | 47 | 18 | 0 | 4 | 47 | AA | E | 19 |
| Octal | 70 | 112 | 107 | 30 | 0 | 4 | 107 | 252 | 16 | 31 |
| Binary | 111000 | 1001010 | 1000111 | 11000 | 0 | 100 | 1000111 | 10101010 | 1110 | 11001 |
Color Harmonies of #384A47
Complementary color
Monochromatic Colors of #384A47
Black with #384A47
Text Example
Text Example
White with #384A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A47; }
p { color: rgb(56,74,71); }
H1.HeaderClassName
{
color: #384A47;
}
.AnyTagClassName
{
color: #384A47;
}
</style>
background-color css
<style>
a { background-color: #384A47; }
a { background-color: rgb(56,74,71); }
div.DivClassName
{
background-color: #384A47;
}
.BgClassName
{
background-color: #384A47;
}
</style>
border-color css
<style>
span { border-color: #384A47; }
span { border-color: rgb(56,74,71); }
td.TdClassName
{
border-color: #384A47;
}
.TagClassName
{
border-color: #384A47;
}
</style>