Shades of Firefly #334945
Tints of Firefly #334945
RGB
CMYK
RGB Variations
Color information
#334945 (or 0x334945) is known color: Firefly. HEX triplet: 33, 49 and 45. RGB value is (51,73,69). Sum of RGB (Red+Green+Blue) = 51+73+69=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #334945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334945 is #CCB6BA. Grayscale: #414141. Windows color (decimal): -13416123 or 4540723. OLE color: 4540723.
HSL color Cylindrical-coordinate representation of color #334945: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334945 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 69 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.71 |
| HSL | 169.09º | 0.18% | 0.24% | - |
| HSV(B) | 169.09º | 0.3% | 0.29% | - |
| XYZ | 4.82 | 5.9 | 6.51 | - |
| YUV | 65.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 69 | 0.30 | 0 | 0.05 | 0.71 | 169.09 | 0.18 | 0.24 |
| Hex | 33 | 49 | 45 | 1E | 0 | 5 | 47 | A9 | 12 | 18 |
| Octal | 63 | 111 | 105 | 36 | 0 | 5 | 107 | 251 | 22 | 30 |
| Binary | 110011 | 1001001 | 1000101 | 11110 | 0 | 101 | 1000111 | 10101001 | 10010 | 11000 |
Color Harmonies of #334945
Complementary color
Monochromatic Colors of #334945
Black with #334945
Text Example
Text Example
White with #334945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334945; }
p { color: rgb(51,73,69); }
H1.HeaderClassName
{
color: #334945;
}
.AnyTagClassName
{
color: #334945;
}
</style>
background-color css
<style>
a { background-color: #334945; }
a { background-color: rgb(51,73,69); }
div.DivClassName
{
background-color: #334945;
}
.BgClassName
{
background-color: #334945;
}
</style>
border-color css
<style>
span { border-color: #334945; }
span { border-color: rgb(51,73,69); }
td.TdClassName
{
border-color: #334945;
}
.TagClassName
{
border-color: #334945;
}
</style>