Shades of Bilbao #346D10
Tints of Bilbao #346D10
RGB
CMYK
RGB Variations
Color information
#346D10 (or 0x346D10) is known color: Bilbao. HEX triplet: 34, 6D and 10. RGB value is (52,109,16). Sum of RGB (Red+Green+Blue) = 52+109+16=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #346D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D10 is #CB92EF. Grayscale: #515151. Windows color (decimal): -13341424 or 1076532. OLE color: 1076532.
HSL color Cylindrical-coordinate representation of color #346D10: hue angle of 96.77º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #346D10 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 16 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.57 |
| HSL | 96.77º | 0.74% | 0.25% | - |
| HSV(B) | 96.77º | 0.85% | 0.43% | - |
| XYZ | 6.98 | 11.7 | 2.38 | - |
| YUV | 81.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 16 | 0.52 | 0 | 0.85 | 0.57 | 96.77 | 0.74 | 0.25 |
| Hex | 34 | 6D | 10 | 34 | 0 | 55 | 39 | 61 | 4A | 19 |
| Octal | 64 | 155 | 20 | 64 | 0 | 125 | 71 | 141 | 112 | 31 |
| Binary | 110100 | 1101101 | 10000 | 110100 | 0 | 1010101 | 111001 | 1100001 | 1001010 | 11001 |
Color Harmonies of #346D10
Complementary color
Monochromatic Colors of #346D10
Black with #346D10
Text Example
Text Example
White with #346D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D10; }
p { color: rgb(52,109,16); }
H1.HeaderClassName
{
color: #346D10;
}
.AnyTagClassName
{
color: #346D10;
}
</style>
background-color css
<style>
a { background-color: #346D10; }
a { background-color: rgb(52,109,16); }
div.DivClassName
{
background-color: #346D10;
}
.BgClassName
{
background-color: #346D10;
}
</style>
border-color css
<style>
span { border-color: #346D10; }
span { border-color: rgb(52,109,16); }
td.TdClassName
{
border-color: #346D10;
}
.TagClassName
{
border-color: #346D10;
}
</style>