Shades of Bilbao #346A09
Tints of Bilbao #346A09
RGB
CMYK
RGB Variations
Color information
#346A09 (or 0x346A09) is known color: Bilbao. HEX triplet: 34, 6A and 09. RGB value is (52,106,9). Sum of RGB (Red+Green+Blue) = 52+106+9=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #346A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346A09 is #CB95F6. Grayscale: #4F4F4F. Windows color (decimal): -13342199 or 617012. OLE color: 617012.
HSL color Cylindrical-coordinate representation of color #346A09: hue angle of 93.4º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #346A09 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 106 | 9 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.58 |
| HSL | 93.4º | 0.84% | 0.23% | - |
| HSV(B) | 93.4º | 0.92% | 0.42% | - |
| XYZ | 6.62 | 11.06 | 2.04 | - |
| YUV | 78.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 9 | 0.51 | 0 | 0.92 | 0.58 | 93.4 | 0.84 | 0.23 |
| Hex | 34 | 6A | 9 | 33 | 0 | 5C | 3A | 5D | 54 | 17 |
| Octal | 64 | 152 | 11 | 63 | 0 | 134 | 72 | 135 | 124 | 27 |
| Binary | 110100 | 1101010 | 1001 | 110011 | 0 | 1011100 | 111010 | 1011101 | 1010100 | 10111 |
Color Harmonies of #346A09
Complementary color
Monochromatic Colors of #346A09
Black with #346A09
Text Example
Text Example
White with #346A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A09; }
p { color: rgb(52,106,9); }
H1.HeaderClassName
{
color: #346A09;
}
.AnyTagClassName
{
color: #346A09;
}
</style>
background-color css
<style>
a { background-color: #346A09; }
a { background-color: rgb(52,106,9); }
div.DivClassName
{
background-color: #346A09;
}
.BgClassName
{
background-color: #346A09;
}
</style>
border-color css
<style>
span { border-color: #346A09; }
span { border-color: rgb(52,106,9); }
td.TdClassName
{
border-color: #346A09;
}
.TagClassName
{
border-color: #346A09;
}
</style>