Shades of Bilbao #346E00
Tints of Bilbao #346E00
RGB
CMYK
RGB Variations
Color information
#346E00 (or 0x346E00) is known color: Bilbao. HEX triplet: 34, 6E and 00. RGB value is (52,110,0). Sum of RGB (Red+Green+Blue) = 52+110+0=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 110 (43.36% from 255 or 67.90% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 110 - color contains mainly: green. Hex color #346E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E00 is #CB91FF. Grayscale: #505050. Windows color (decimal): -13341184 or 28212. OLE color: 28212.
HSL color Cylindrical-coordinate representation of color #346E00: hue angle of 91.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #346E00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.57 |
| HSL | 91.64º | 1% | 0.22% | - |
| HSV(B) | 91.64º | 1% | 0.43% | - |
| XYZ | 6.99 | 11.88 | 1.92 | - |
| YUV | 80.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 0 | 0.53 | 0 | 1 | 0.57 | 91.64 | 1 | 0.22 |
| Hex | 34 | 6E | 0 | 35 | 0 | 64 | 39 | 5C | 64 | 16 |
| Octal | 64 | 156 | 0 | 65 | 0 | 144 | 71 | 134 | 144 | 26 |
| Binary | 110100 | 1101110 | 0 | 110101 | 0 | 1100100 | 111001 | 1011100 | 1100100 | 10110 |
Color Harmonies of #346E00
Complementary color
Monochromatic Colors of #346E00
Black with #346E00
Text Example
Text Example
White with #346E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E00; }
p { color: rgb(52,110,0); }
H1.HeaderClassName
{
color: #346E00;
}
.AnyTagClassName
{
color: #346E00;
}
</style>
background-color css
<style>
a { background-color: #346E00; }
a { background-color: rgb(52,110,0); }
div.DivClassName
{
background-color: #346E00;
}
.BgClassName
{
background-color: #346E00;
}
</style>
border-color css
<style>
span { border-color: #346E00; }
span { border-color: rgb(52,110,0); }
td.TdClassName
{
border-color: #346E00;
}
.TagClassName
{
border-color: #346E00;
}
</style>