Shades of Bilbao #346F08
Tints of Bilbao #346F08
RGB
CMYK
RGB Variations
Color information
#346F08 (or 0x346F08) is known color: Bilbao. HEX triplet: 34, 6F and 08. RGB value is (52,111,8). Sum of RGB (Red+Green+Blue) = 52+111+8=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 111 (43.75% from 255 or 64.91% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 111 - color contains mainly: green. Hex color #346F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346F08 is #CB90F7. Grayscale: #515151. Windows color (decimal): -13340920 or 552756. OLE color: 552756.
HSL color Cylindrical-coordinate representation of color #346F08: hue angle of 94.37º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #346F08 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 8 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.56 |
| HSL | 94.37º | 0.87% | 0.23% | - |
| HSV(B) | 94.37º | 0.93% | 0.44% | - |
| XYZ | 7.14 | 12.12 | 2.19 | - |
| YUV | 81.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 8 | 0.53 | 0 | 0.93 | 0.56 | 94.37 | 0.87 | 0.23 |
| Hex | 34 | 6F | 8 | 35 | 0 | 5D | 38 | 5E | 57 | 17 |
| Octal | 64 | 157 | 10 | 65 | 0 | 135 | 70 | 136 | 127 | 27 |
| Binary | 110100 | 1101111 | 1000 | 110101 | 0 | 1011101 | 111000 | 1011110 | 1010111 | 10111 |
Color Harmonies of #346F08
Complementary color
Monochromatic Colors of #346F08
Black with #346F08
Text Example
Text Example
White with #346F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F08; }
p { color: rgb(52,111,8); }
H1.HeaderClassName
{
color: #346F08;
}
.AnyTagClassName
{
color: #346F08;
}
</style>
background-color css
<style>
a { background-color: #346F08; }
a { background-color: rgb(52,111,8); }
div.DivClassName
{
background-color: #346F08;
}
.BgClassName
{
background-color: #346F08;
}
</style>
border-color css
<style>
span { border-color: #346F08; }
span { border-color: rgb(52,111,8); }
td.TdClassName
{
border-color: #346F08;
}
.TagClassName
{
border-color: #346F08;
}
</style>