Shades of Firefly #3D4646
Tints of Firefly #3D4646
RGB
CMYK
RGB Variations
Color information
#3D4646 (or 0x3D4646) is known color: Firefly. HEX triplet: 3D, 46 and 46. RGB value is (61,70,70). Sum of RGB (Red+Green+Blue) = 61+70+70=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #3D4646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4646 is #C2B9B9. Grayscale: #434343. Windows color (decimal): -12761530 or 4605501. OLE color: 4605501.
HSL color Cylindrical-coordinate representation of color #3D4646: hue angle of 180º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D4646 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 70 | 70 | - |
| CMYK | 0.13 | 0 | 0 | 0.73 |
| HSL | 180º | 0.07% | 0.26% | - |
| HSV(B) | 180º | 0.13% | 0.27% | - |
| XYZ | 5.22 | 5.81 | 6.64 | - |
| YUV | 67.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 70 | 0.13 | 0 | 0 | 0.73 | 180 | 0.07 | 0.26 |
| Hex | 3D | 46 | 46 | D | 0 | 0 | 49 | B4 | 7 | 1A |
| Octal | 75 | 106 | 106 | 15 | 0 | 0 | 111 | 264 | 7 | 32 |
| Binary | 111101 | 1000110 | 1000110 | 1101 | 0 | 0 | 1001001 | 10110100 | 111 | 11010 |
Color Harmonies of #3D4646
Complementary color
Monochromatic Colors of #3D4646
Black with #3D4646
Text Example
Text Example
White with #3D4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4646; }
p { color: rgb(61,70,70); }
H1.HeaderClassName
{
color: #3D4646;
}
.AnyTagClassName
{
color: #3D4646;
}
</style>
background-color css
<style>
a { background-color: #3D4646; }
a { background-color: rgb(61,70,70); }
div.DivClassName
{
background-color: #3D4646;
}
.BgClassName
{
background-color: #3D4646;
}
</style>
border-color css
<style>
span { border-color: #3D4646; }
span { border-color: rgb(61,70,70); }
td.TdClassName
{
border-color: #3D4646;
}
.TagClassName
{
border-color: #3D4646;
}
</style>