Shades of Firefly #344542
Tints of Firefly #344542
RGB
CMYK
RGB Variations
Color information
#344542 (or 0x344542) is known color: Firefly. HEX triplet: 34, 45 and 42. RGB value is (52,69,66). Sum of RGB (Red+Green+Blue) = 52+69+66=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #344542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344542 is #CBBABD. Grayscale: #3F3F3F. Windows color (decimal): -13351614 or 4343092. OLE color: 4343092.
HSL color Cylindrical-coordinate representation of color #344542: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344542 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 66 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.73 |
| HSL | 169.41º | 0.14% | 0.24% | - |
| HSV(B) | 169.41º | 0.25% | 0.27% | - |
| XYZ | 4.53 | 5.38 | 5.95 | - |
| YUV | 63.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 66 | 0.25 | 0 | 0.04 | 0.73 | 169.41 | 0.14 | 0.24 |
| Hex | 34 | 45 | 42 | 19 | 0 | 4 | 49 | A9 | E | 18 |
| Octal | 64 | 105 | 102 | 31 | 0 | 4 | 111 | 251 | 16 | 30 |
| Binary | 110100 | 1000101 | 1000010 | 11001 | 0 | 100 | 1001001 | 10101001 | 1110 | 11000 |
Color Harmonies of #344542
Complementary color
Monochromatic Colors of #344542
Black with #344542
Text Example
Text Example
White with #344542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344542; }
p { color: rgb(52,69,66); }
H1.HeaderClassName
{
color: #344542;
}
.AnyTagClassName
{
color: #344542;
}
</style>
background-color css
<style>
a { background-color: #344542; }
a { background-color: rgb(52,69,66); }
div.DivClassName
{
background-color: #344542;
}
.BgClassName
{
background-color: #344542;
}
</style>
border-color css
<style>
span { border-color: #344542; }
span { border-color: rgb(52,69,66); }
td.TdClassName
{
border-color: #344542;
}
.TagClassName
{
border-color: #344542;
}
</style>