Shades of Bilbao #346D17
Tints of Bilbao #346D17
RGB
CMYK
RGB Variations
Color information
#346D17 (or 0x346D17) is known color: Bilbao. HEX triplet: 34, 6D and 17. RGB value is (52,109,23). Sum of RGB (Red+Green+Blue) = 52+109+23=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #346D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D17 is #CB92E8. Grayscale: #525252. Windows color (decimal): -13341417 or 1535284. OLE color: 1535284.
HSL color Cylindrical-coordinate representation of color #346D17: hue angle of 99.77º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346D17 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 23 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.57 |
| HSL | 99.77º | 0.65% | 0.26% | - |
| HSV(B) | 99.77º | 0.79% | 0.43% | - |
| XYZ | 7.04 | 11.73 | 2.7 | - |
| YUV | 82.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 23 | 0.52 | 0 | 0.79 | 0.57 | 99.77 | 0.65 | 0.26 |
| Hex | 34 | 6D | 17 | 34 | 0 | 4F | 39 | 64 | 41 | 1A |
| Octal | 64 | 155 | 27 | 64 | 0 | 117 | 71 | 144 | 101 | 32 |
| Binary | 110100 | 1101101 | 10111 | 110100 | 0 | 1001111 | 111001 | 1100100 | 1000001 | 11010 |
Color Harmonies of #346D17
Complementary color
Monochromatic Colors of #346D17
Black with #346D17
Text Example
Text Example
White with #346D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D17; }
p { color: rgb(52,109,23); }
H1.HeaderClassName
{
color: #346D17;
}
.AnyTagClassName
{
color: #346D17;
}
</style>
background-color css
<style>
a { background-color: #346D17; }
a { background-color: rgb(52,109,23); }
div.DivClassName
{
background-color: #346D17;
}
.BgClassName
{
background-color: #346D17;
}
</style>
border-color css
<style>
span { border-color: #346D17; }
span { border-color: rgb(52,109,23); }
td.TdClassName
{
border-color: #346D17;
}
.TagClassName
{
border-color: #346D17;
}
</style>