Shades of Bilbao #346C17
Tints of Bilbao #346C17
RGB
CMYK
RGB Variations
Color information
#346C17 (or 0x346C17) is known color: Bilbao. HEX triplet: 34, 6C and 17. RGB value is (52,108,23). Sum of RGB (Red+Green+Blue) = 52+108+23=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #346C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346C17 is #CB93E8. Grayscale: #515151. Windows color (decimal): -13341673 or 1535028. OLE color: 1535028.
HSL color Cylindrical-coordinate representation of color #346C17: hue angle of 99.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346C17 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 23 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.58 |
| HSL | 99.53º | 0.65% | 0.26% | - |
| HSV(B) | 99.53º | 0.79% | 0.42% | - |
| XYZ | 6.93 | 11.52 | 2.67 | - |
| YUV | 81.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 23 | 0.52 | 0 | 0.79 | 0.58 | 99.53 | 0.65 | 0.26 |
| Hex | 34 | 6C | 17 | 34 | 0 | 4F | 3A | 64 | 41 | 1A |
| Octal | 64 | 154 | 27 | 64 | 0 | 117 | 72 | 144 | 101 | 32 |
| Binary | 110100 | 1101100 | 10111 | 110100 | 0 | 1001111 | 111010 | 1100100 | 1000001 | 11010 |
Color Harmonies of #346C17
Complementary color
Monochromatic Colors of #346C17
Black with #346C17
Text Example
Text Example
White with #346C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C17; }
p { color: rgb(52,108,23); }
H1.HeaderClassName
{
color: #346C17;
}
.AnyTagClassName
{
color: #346C17;
}
</style>
background-color css
<style>
a { background-color: #346C17; }
a { background-color: rgb(52,108,23); }
div.DivClassName
{
background-color: #346C17;
}
.BgClassName
{
background-color: #346C17;
}
</style>
border-color css
<style>
span { border-color: #346C17; }
span { border-color: rgb(52,108,23); }
td.TdClassName
{
border-color: #346C17;
}
.TagClassName
{
border-color: #346C17;
}
</style>