Shades of Firefly #3D4A48
Tints of Firefly #3D4A48
RGB
CMYK
RGB Variations
Color information
#3D4A48 (or 0x3D4A48) is known color: Firefly. HEX triplet: 3D, 4A and 48. RGB value is (61,74,72). Sum of RGB (Red+Green+Blue) = 61+74+72=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A48 is #C2B5B7. Grayscale: #454545. Windows color (decimal): -12760504 or 4737597. OLE color: 4737597.
HSL color Cylindrical-coordinate representation of color #3D4A48: hue angle of 170.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D4A48 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 74 | 72 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.71 |
| HSL | 170.77º | 0.1% | 0.26% | - |
| HSV(B) | 170.77º | 0.18% | 0.29% | - |
| XYZ | 5.54 | 6.36 | 7.07 | - |
| YUV | 69.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 72 | 0.18 | 0 | 0.03 | 0.71 | 170.77 | 0.1 | 0.26 |
| Hex | 3D | 4A | 48 | 12 | 0 | 3 | 47 | AB | A | 1A |
| Octal | 75 | 112 | 110 | 22 | 0 | 3 | 107 | 253 | 12 | 32 |
| Binary | 111101 | 1001010 | 1001000 | 10010 | 0 | 11 | 1000111 | 10101011 | 1010 | 11010 |
Color Harmonies of #3D4A48
Complementary color
Monochromatic Colors of #3D4A48
Black with #3D4A48
Text Example
Text Example
White with #3D4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A48; }
p { color: rgb(61,74,72); }
H1.HeaderClassName
{
color: #3D4A48;
}
.AnyTagClassName
{
color: #3D4A48;
}
</style>
background-color css
<style>
a { background-color: #3D4A48; }
a { background-color: rgb(61,74,72); }
div.DivClassName
{
background-color: #3D4A48;
}
.BgClassName
{
background-color: #3D4A48;
}
</style>
border-color css
<style>
span { border-color: #3D4A48; }
span { border-color: rgb(61,74,72); }
td.TdClassName
{
border-color: #3D4A48;
}
.TagClassName
{
border-color: #3D4A48;
}
</style>