Shades of Bilbao #346D11
Tints of Bilbao #346D11
RGB
CMYK
RGB Variations
Color information
#346D11 (or 0x346D11) is known color: Bilbao. HEX triplet: 34, 6D and 11. RGB value is (52,109,17). Sum of RGB (Red+Green+Blue) = 52+109+17=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #346D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D11 is #CB92EE. Grayscale: #515151. Windows color (decimal): -13341423 or 1142068. OLE color: 1142068.
HSL color Cylindrical-coordinate representation of color #346D11: hue angle of 97.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #346D11 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 17 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.57 |
| HSL | 97.17º | 0.73% | 0.25% | - |
| HSV(B) | 97.17º | 0.84% | 0.43% | - |
| XYZ | 6.99 | 11.71 | 2.42 | - |
| YUV | 81.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 17 | 0.52 | 0 | 0.84 | 0.57 | 97.17 | 0.73 | 0.25 |
| Hex | 34 | 6D | 11 | 34 | 0 | 54 | 39 | 61 | 49 | 19 |
| Octal | 64 | 155 | 21 | 64 | 0 | 124 | 71 | 141 | 111 | 31 |
| Binary | 110100 | 1101101 | 10001 | 110100 | 0 | 1010100 | 111001 | 1100001 | 1001001 | 11001 |
Color Harmonies of #346D11
Complementary color
Monochromatic Colors of #346D11
Black with #346D11
Text Example
Text Example
White with #346D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D11; }
p { color: rgb(52,109,17); }
H1.HeaderClassName
{
color: #346D11;
}
.AnyTagClassName
{
color: #346D11;
}
</style>
background-color css
<style>
a { background-color: #346D11; }
a { background-color: rgb(52,109,17); }
div.DivClassName
{
background-color: #346D11;
}
.BgClassName
{
background-color: #346D11;
}
</style>
border-color css
<style>
span { border-color: #346D11; }
span { border-color: rgb(52,109,17); }
td.TdClassName
{
border-color: #346D11;
}
.TagClassName
{
border-color: #346D11;
}
</style>