Shades of Bilbao #346D09
Tints of Bilbao #346D09
RGB
CMYK
RGB Variations
Color information
#346D09 (or 0x346D09) is known color: Bilbao. HEX triplet: 34, 6D and 09. RGB value is (52,109,9). Sum of RGB (Red+Green+Blue) = 52+109+9=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 109 (42.97% from 255 or 64.12% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 109 - color contains mainly: green. Hex color #346D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D09 is #CB92F6. Grayscale: #505050. Windows color (decimal): -13341431 or 617780. OLE color: 617780.
HSL color Cylindrical-coordinate representation of color #346D09: hue angle of 94.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #346D09 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 9 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.57 |
| HSL | 94.2º | 0.85% | 0.23% | - |
| HSV(B) | 94.2º | 0.92% | 0.43% | - |
| XYZ | 6.93 | 11.69 | 2.15 | - |
| YUV | 80.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 9 | 0.52 | 0 | 0.92 | 0.57 | 94.2 | 0.85 | 0.23 |
| Hex | 34 | 6D | 9 | 34 | 0 | 5C | 39 | 5E | 55 | 17 |
| Octal | 64 | 155 | 11 | 64 | 0 | 134 | 71 | 136 | 125 | 27 |
| Binary | 110100 | 1101101 | 1001 | 110100 | 0 | 1011100 | 111001 | 1011110 | 1010101 | 10111 |
Color Harmonies of #346D09
Complementary color
Monochromatic Colors of #346D09
Black with #346D09
Text Example
Text Example
White with #346D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D09; }
p { color: rgb(52,109,9); }
H1.HeaderClassName
{
color: #346D09;
}
.AnyTagClassName
{
color: #346D09;
}
</style>
background-color css
<style>
a { background-color: #346D09; }
a { background-color: rgb(52,109,9); }
div.DivClassName
{
background-color: #346D09;
}
.BgClassName
{
background-color: #346D09;
}
</style>
border-color css
<style>
span { border-color: #346D09; }
span { border-color: rgb(52,109,9); }
td.TdClassName
{
border-color: #346D09;
}
.TagClassName
{
border-color: #346D09;
}
</style>