Shades of Bilbao #346D08
Tints of Bilbao #346D08
RGB
CMYK
RGB Variations
Color information
#346D08 (or 0x346D08) is known color: Bilbao. HEX triplet: 34, 6D and 08. RGB value is (52,109,8). Sum of RGB (Red+Green+Blue) = 52+109+8=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 109 (42.97% from 255 or 64.50% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 109 - color contains mainly: green. Hex color #346D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346D08 is #CB92F7. Grayscale: #505050. Windows color (decimal): -13341432 or 552244. OLE color: 552244.
HSL color Cylindrical-coordinate representation of color #346D08: hue angle of 93.86º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #346D08 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 8 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.57 |
| HSL | 93.86º | 0.86% | 0.23% | - |
| HSV(B) | 93.86º | 0.93% | 0.43% | - |
| XYZ | 6.93 | 11.68 | 2.12 | - |
| YUV | 80.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 8 | 0.52 | 0 | 0.93 | 0.57 | 93.86 | 0.86 | 0.23 |
| Hex | 34 | 6D | 8 | 34 | 0 | 5D | 39 | 5E | 56 | 17 |
| Octal | 64 | 155 | 10 | 64 | 0 | 135 | 71 | 136 | 126 | 27 |
| Binary | 110100 | 1101101 | 1000 | 110100 | 0 | 1011101 | 111001 | 1011110 | 1010110 | 10111 |
Color Harmonies of #346D08
Complementary color
Monochromatic Colors of #346D08
Black with #346D08
Text Example
Text Example
White with #346D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D08; }
p { color: rgb(52,109,8); }
H1.HeaderClassName
{
color: #346D08;
}
.AnyTagClassName
{
color: #346D08;
}
</style>
background-color css
<style>
a { background-color: #346D08; }
a { background-color: rgb(52,109,8); }
div.DivClassName
{
background-color: #346D08;
}
.BgClassName
{
background-color: #346D08;
}
</style>
border-color css
<style>
span { border-color: #346D08; }
span { border-color: rgb(52,109,8); }
td.TdClassName
{
border-color: #346D08;
}
.TagClassName
{
border-color: #346D08;
}
</style>