Shades of Firefly #373D3C
Tints of Firefly #373D3C
RGB
CMYK
RGB Variations
Color information
#373D3C (or 0x373D3C) is known color: Firefly. HEX triplet: 37, 3D and 3C. RGB value is (55,61,60). Sum of RGB (Red+Green+Blue) = 55+61+60=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 61 - color contains mainly: green. Hex color #373D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D3C is #C8C2C3. Grayscale: #3B3B3B. Windows color (decimal): -13157060 or 3947831. OLE color: 3947831.
HSL color Cylindrical-coordinate representation of color #373D3C: hue angle of 170º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373D3C is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
RGB | 55 | 61 | 60 | - |
CMYK | 0.10 | 0 | 0.02 | 0.76 |
HSL | 170º | 0.05% | 0.23% | - |
HSV(B) | 170º | 0.1% | 0.24% | - |
XYZ | 4.06 | 4.48 | 4.92 | - |
YUV | 59.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 61 | 60 | 0.10 | 0 | 0.02 | 0.76 | 170 | 0.05 | 0.23 |
Hex | 37 | 3D | 3C | A | 0 | 2 | 4C | AA | 5 | 17 |
Octal | 67 | 75 | 74 | 12 | 0 | 2 | 114 | 252 | 5 | 27 |
Binary | 110111 | 111101 | 111100 | 1010 | 0 | 10 | 1001100 | 10101010 | 101 | 10111 |
Color Harmonies of #373D3C
Complementary color
Monochromatic Colors of #373D3C
Black with #373D3C
Text Example
Text Example
White with #373D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D3C; }
p { color: rgb(55,61,60); }
H1.HeaderClassName
{
color: #373D3C;
}
.AnyTagClassName
{
color: #373D3C;
}
</style>
background-color css
<style>
a { background-color: #373D3C; }
a { background-color: rgb(55,61,60); }
div.DivClassName
{
background-color: #373D3C;
}
.BgClassName
{
background-color: #373D3C;
}
</style>
border-color css
<style>
span { border-color: #373D3C; }
span { border-color: rgb(55,61,60); }
td.TdClassName
{
border-color: #373D3C;
}
.TagClassName
{
border-color: #373D3C;
}
</style>