Shades of Bilbao #346C03
Tints of Bilbao #346C03
RGB
CMYK
RGB Variations
Color information
#346C03 (or 0x346C03) is known color: Bilbao. HEX triplet: 34, 6C and 03. RGB value is (52,108,3). Sum of RGB (Red+Green+Blue) = 52+108+3=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #346C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346C03 is #CB93FC. Grayscale: #4F4F4F. Windows color (decimal): -13341693 or 224308. OLE color: 224308.
HSL color Cylindrical-coordinate representation of color #346C03: hue angle of 92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #346C03 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 3 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.58 |
| HSL | 92º | 0.95% | 0.22% | - |
| HSV(B) | 92º | 0.97% | 0.42% | - |
| XYZ | 6.8 | 11.46 | 1.94 | - |
| YUV | 79.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 3 | 0.52 | 0 | 0.97 | 0.58 | 92 | 0.95 | 0.22 |
| Hex | 34 | 6C | 3 | 34 | 0 | 61 | 3A | 5C | 5F | 16 |
| Octal | 64 | 154 | 3 | 64 | 0 | 141 | 72 | 134 | 137 | 26 |
| Binary | 110100 | 1101100 | 11 | 110100 | 0 | 1100001 | 111010 | 1011100 | 1011111 | 10110 |
Color Harmonies of #346C03
Complementary color
Monochromatic Colors of #346C03
Black with #346C03
Text Example
Text Example
White with #346C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C03; }
p { color: rgb(52,108,3); }
H1.HeaderClassName
{
color: #346C03;
}
.AnyTagClassName
{
color: #346C03;
}
</style>
background-color css
<style>
a { background-color: #346C03; }
a { background-color: rgb(52,108,3); }
div.DivClassName
{
background-color: #346C03;
}
.BgClassName
{
background-color: #346C03;
}
</style>
border-color css
<style>
span { border-color: #346C03; }
span { border-color: rgb(52,108,3); }
td.TdClassName
{
border-color: #346C03;
}
.TagClassName
{
border-color: #346C03;
}
</style>