Shades of Firefly #344643
Tints of Firefly #344643
RGB
CMYK
RGB Variations
Color information
#344643 (or 0x344643) is known color: Firefly. HEX triplet: 34, 46 and 43. RGB value is (52,70,67). Sum of RGB (Red+Green+Blue) = 52+70+67=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #344643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344643 is #CBB9BC. Grayscale: #404040. Windows color (decimal): -13351357 or 4408884. OLE color: 4408884.
HSL color Cylindrical-coordinate representation of color #344643: hue angle of 170º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #344643 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 67 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.73 |
| HSL | 170º | 0.15% | 0.24% | - |
| HSV(B) | 170º | 0.26% | 0.27% | - |
| XYZ | 4.62 | 5.52 | 6.13 | - |
| YUV | 64.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 67 | 0.26 | 0 | 0.04 | 0.73 | 170 | 0.15 | 0.24 |
| Hex | 34 | 46 | 43 | 1A | 0 | 4 | 49 | AA | F | 18 |
| Octal | 64 | 106 | 103 | 32 | 0 | 4 | 111 | 252 | 17 | 30 |
| Binary | 110100 | 1000110 | 1000011 | 11010 | 0 | 100 | 1001001 | 10101010 | 1111 | 11000 |
Color Harmonies of #344643
Complementary color
Monochromatic Colors of #344643
Black with #344643
Text Example
Text Example
White with #344643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344643; }
p { color: rgb(52,70,67); }
H1.HeaderClassName
{
color: #344643;
}
.AnyTagClassName
{
color: #344643;
}
</style>
background-color css
<style>
a { background-color: #344643; }
a { background-color: rgb(52,70,67); }
div.DivClassName
{
background-color: #344643;
}
.BgClassName
{
background-color: #344643;
}
</style>
border-color css
<style>
span { border-color: #344643; }
span { border-color: rgb(52,70,67); }
td.TdClassName
{
border-color: #344643;
}
.TagClassName
{
border-color: #344643;
}
</style>