Shades of Firefly #37413F
Tints of Firefly #37413F
RGB
CMYK
RGB Variations
Color information
#37413F (or 0x37413F) is known color: Firefly. HEX triplet: 37, 41 and 3F. RGB value is (55,65,63). Sum of RGB (Red+Green+Blue) = 55+65+63=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #37413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413F is #C8BEC0. Grayscale: #3D3D3D. Windows color (decimal): -13156033 or 4145463. OLE color: 4145463.
HSL color Cylindrical-coordinate representation of color #37413F: hue angle of 168º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37413F is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 63 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.75 |
| HSL | 168º | 0.08% | 0.24% | - |
| HSV(B) | 168º | 0.15% | 0.25% | - |
| XYZ | 4.36 | 4.95 | 5.43 | - |
| YUV | 61.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 63 | 0.15 | 0 | 0.03 | 0.75 | 168 | 0.08 | 0.24 |
| Hex | 37 | 41 | 3F | F | 0 | 3 | 4B | A8 | 8 | 18 |
| Octal | 67 | 101 | 77 | 17 | 0 | 3 | 113 | 250 | 10 | 30 |
| Binary | 110111 | 1000001 | 111111 | 1111 | 0 | 11 | 1001011 | 10101000 | 1000 | 11000 |
Color Harmonies of #37413F
Complementary color
Monochromatic Colors of #37413F
Black with #37413F
Text Example
Text Example
White with #37413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37413F; }
p { color: rgb(55,65,63); }
H1.HeaderClassName
{
color: #37413F;
}
.AnyTagClassName
{
color: #37413F;
}
</style>
background-color css
<style>
a { background-color: #37413F; }
a { background-color: rgb(55,65,63); }
div.DivClassName
{
background-color: #37413F;
}
.BgClassName
{
background-color: #37413F;
}
</style>
border-color css
<style>
span { border-color: #37413F; }
span { border-color: rgb(55,65,63); }
td.TdClassName
{
border-color: #37413F;
}
.TagClassName
{
border-color: #37413F;
}
</style>