Shades of Firefly #353E3D
Tints of Firefly #353E3D
RGB
CMYK
RGB Variations
Color information
#353E3D (or 0x353E3D) is known color: Firefly. HEX triplet: 35, 3E and 3D. RGB value is (53,62,61). Sum of RGB (Red+Green+Blue) = 53+62+61=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 62 - color contains mainly: green. Hex color #353E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E3D is #CAC1C2. Grayscale: #3B3B3B. Windows color (decimal): -13287875 or 4013621. OLE color: 4013621.
HSL color Cylindrical-coordinate representation of color #353E3D: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #353E3D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 61 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.76 |
| HSL | 173.33º | 0.08% | 0.23% | - |
| HSV(B) | 173.33º | 0.15% | 0.24% | - |
| XYZ | 4.03 | 4.54 | 5.08 | - |
| YUV | 59.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 61 | 0.15 | 0 | 0.02 | 0.76 | 173.33 | 0.08 | 0.23 |
| Hex | 35 | 3E | 3D | F | 0 | 2 | 4C | AD | 8 | 17 |
| Octal | 65 | 76 | 75 | 17 | 0 | 2 | 114 | 255 | 10 | 27 |
| Binary | 110101 | 111110 | 111101 | 1111 | 0 | 10 | 1001100 | 10101101 | 1000 | 10111 |
Color Harmonies of #353E3D
Complementary color
Monochromatic Colors of #353E3D
Black with #353E3D
Text Example
Text Example
White with #353E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E3D; }
p { color: rgb(53,62,61); }
H1.HeaderClassName
{
color: #353E3D;
}
.AnyTagClassName
{
color: #353E3D;
}
</style>
background-color css
<style>
a { background-color: #353E3D; }
a { background-color: rgb(53,62,61); }
div.DivClassName
{
background-color: #353E3D;
}
.BgClassName
{
background-color: #353E3D;
}
</style>
border-color css
<style>
span { border-color: #353E3D; }
span { border-color: rgb(53,62,61); }
td.TdClassName
{
border-color: #353E3D;
}
.TagClassName
{
border-color: #353E3D;
}
</style>