Shades of Bilbao #346A0C
Tints of Bilbao #346A0C
RGB
CMYK
RGB Variations
Color information
#346A0C (or 0x346A0C) is known color: Bilbao. HEX triplet: 34, 6A and 0C. RGB value is (52,106,12). Sum of RGB (Red+Green+Blue) = 52+106+12=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 106 (41.80% from 255 or 62.35% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 106 - color contains mainly: green. Hex color #346A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346A0C is #CB95F3. Grayscale: #4F4F4F. Windows color (decimal): -13342196 or 813620. OLE color: 813620.
HSL color Cylindrical-coordinate representation of color #346A0C: hue angle of 94.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #346A0C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 106 | 12 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.58 |
| HSL | 94.47º | 0.8% | 0.23% | - |
| HSV(B) | 94.47º | 0.89% | 0.42% | - |
| XYZ | 6.64 | 11.06 | 2.13 | - |
| YUV | 79.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 12 | 0.51 | 0 | 0.89 | 0.58 | 94.47 | 0.8 | 0.23 |
| Hex | 34 | 6A | C | 33 | 0 | 59 | 3A | 5E | 50 | 17 |
| Octal | 64 | 152 | 14 | 63 | 0 | 131 | 72 | 136 | 120 | 27 |
| Binary | 110100 | 1101010 | 1100 | 110011 | 0 | 1011001 | 111010 | 1011110 | 1010000 | 10111 |
Color Harmonies of #346A0C
Complementary color
Monochromatic Colors of #346A0C
Black with #346A0C
Text Example
Text Example
White with #346A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A0C; }
p { color: rgb(52,106,12); }
H1.HeaderClassName
{
color: #346A0C;
}
.AnyTagClassName
{
color: #346A0C;
}
</style>
background-color css
<style>
a { background-color: #346A0C; }
a { background-color: rgb(52,106,12); }
div.DivClassName
{
background-color: #346A0C;
}
.BgClassName
{
background-color: #346A0C;
}
</style>
border-color css
<style>
span { border-color: #346A0C; }
span { border-color: rgb(52,106,12); }
td.TdClassName
{
border-color: #346A0C;
}
.TagClassName
{
border-color: #346A0C;
}
</style>