Shades of Firefly #353D3C
Tints of Firefly #353D3C
RGB
CMYK
RGB Variations
Color information
#353D3C (or 0x353D3C) is known color: Firefly. HEX triplet: 35, 3D and 3C. RGB value is (53,61,60). Sum of RGB (Red+Green+Blue) = 53+61+60=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 61 - color contains mainly: green. Hex color #353D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D3C is #CAC2C3. Grayscale: #3A3A3A. Windows color (decimal): -13288132 or 3947829. OLE color: 3947829.
HSL color Cylindrical-coordinate representation of color #353D3C: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353D3C is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 60 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.76 |
| HSL | 172.5º | 0.07% | 0.22% | - |
| HSV(B) | 172.5º | 0.13% | 0.24% | - |
| XYZ | 3.95 | 4.42 | 4.92 | - |
| YUV | 58.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 60 | 0.13 | 0 | 0.02 | 0.76 | 172.5 | 0.07 | 0.22 |
| Hex | 35 | 3D | 3C | D | 0 | 2 | 4C | AC | 7 | 16 |
| Octal | 65 | 75 | 74 | 15 | 0 | 2 | 114 | 254 | 7 | 26 |
| Binary | 110101 | 111101 | 111100 | 1101 | 0 | 10 | 1001100 | 10101100 | 111 | 10110 |
Color Harmonies of #353D3C
Complementary color
Monochromatic Colors of #353D3C
Black with #353D3C
Text Example
Text Example
White with #353D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D3C; }
p { color: rgb(53,61,60); }
H1.HeaderClassName
{
color: #353D3C;
}
.AnyTagClassName
{
color: #353D3C;
}
</style>
background-color css
<style>
a { background-color: #353D3C; }
a { background-color: rgb(53,61,60); }
div.DivClassName
{
background-color: #353D3C;
}
.BgClassName
{
background-color: #353D3C;
}
</style>
border-color css
<style>
span { border-color: #353D3C; }
span { border-color: rgb(53,61,60); }
td.TdClassName
{
border-color: #353D3C;
}
.TagClassName
{
border-color: #353D3C;
}
</style>