Shades of Firefly #363C3B
Tints of Firefly #363C3B
RGB
CMYK
RGB Variations
Color information
#363C3B (or 0x363C3B) is known color: Firefly. HEX triplet: 36, 3C and 3B. RGB value is (54,60,59). Sum of RGB (Red+Green+Blue) = 54+60+59=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 60 - color contains mainly: green. Hex color #363C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C3B is #C9C3C4. Grayscale: #3A3A3A. Windows color (decimal): -13222853 or 3882038. OLE color: 3882038.
HSL color Cylindrical-coordinate representation of color #363C3B: hue angle of 170º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #363C3B is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 59 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.76 |
| HSL | 170º | 0.05% | 0.22% | - |
| HSV(B) | 170º | 0.1% | 0.24% | - |
| XYZ | 3.93 | 4.33 | 4.77 | - |
| YUV | 58.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 59 | 0.10 | 0 | 0.02 | 0.76 | 170 | 0.05 | 0.22 |
| Hex | 36 | 3C | 3B | A | 0 | 2 | 4C | AA | 5 | 16 |
| Octal | 66 | 74 | 73 | 12 | 0 | 2 | 114 | 252 | 5 | 26 |
| Binary | 110110 | 111100 | 111011 | 1010 | 0 | 10 | 1001100 | 10101010 | 101 | 10110 |
Color Harmonies of #363C3B
Complementary color
Monochromatic Colors of #363C3B
Black with #363C3B
Text Example
Text Example
White with #363C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C3B; }
p { color: rgb(54,60,59); }
H1.HeaderClassName
{
color: #363C3B;
}
.AnyTagClassName
{
color: #363C3B;
}
</style>
background-color css
<style>
a { background-color: #363C3B; }
a { background-color: rgb(54,60,59); }
div.DivClassName
{
background-color: #363C3B;
}
.BgClassName
{
background-color: #363C3B;
}
</style>
border-color css
<style>
span { border-color: #363C3B; }
span { border-color: rgb(54,60,59); }
td.TdClassName
{
border-color: #363C3B;
}
.TagClassName
{
border-color: #363C3B;
}
</style>