Shades of Firefly #34403E
Tints of Firefly #34403E
RGB
CMYK
RGB Variations
Color information
#34403E (or 0x34403E) is known color: Firefly. HEX triplet: 34, 40 and 3E. RGB value is (52,64,62). Sum of RGB (Red+Green+Blue) = 52+64+62=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #34403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34403E is #CBBFC1. Grayscale: #3C3C3C. Windows color (decimal): -13352898 or 4079668. OLE color: 4079668.
HSL color Cylindrical-coordinate representation of color #34403E: hue angle of 170º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34403E is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 62 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.75 |
| HSL | 170º | 0.1% | 0.23% | - |
| HSV(B) | 170º | 0.19% | 0.25% | - |
| XYZ | 4.12 | 4.74 | 5.26 | - |
| YUV | 60.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 62 | 0.19 | 0 | 0.03 | 0.75 | 170 | 0.1 | 0.23 |
| Hex | 34 | 40 | 3E | 13 | 0 | 3 | 4B | AA | A | 17 |
| Octal | 64 | 100 | 76 | 23 | 0 | 3 | 113 | 252 | 12 | 27 |
| Binary | 110100 | 1000000 | 111110 | 10011 | 0 | 11 | 1001011 | 10101010 | 1010 | 10111 |
Color Harmonies of #34403E
Complementary color
Monochromatic Colors of #34403E
Black with #34403E
Text Example
Text Example
White with #34403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34403E; }
p { color: rgb(52,64,62); }
H1.HeaderClassName
{
color: #34403E;
}
.AnyTagClassName
{
color: #34403E;
}
</style>
background-color css
<style>
a { background-color: #34403E; }
a { background-color: rgb(52,64,62); }
div.DivClassName
{
background-color: #34403E;
}
.BgClassName
{
background-color: #34403E;
}
</style>
border-color css
<style>
span { border-color: #34403E; }
span { border-color: rgb(52,64,62); }
td.TdClassName
{
border-color: #34403E;
}
.TagClassName
{
border-color: #34403E;
}
</style>