Shades of Bilbao #346E01
Tints of Bilbao #346E01
RGB
CMYK
RGB Variations
Color information
#346E01 (or 0x346E01) is known color: Bilbao. HEX triplet: 34, 6E and 01. RGB value is (52,110,1). Sum of RGB (Red+Green+Blue) = 52+110+1=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 110 (43.36% from 255 or 67.48% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 110 - color contains mainly: green. Hex color #346E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346E01 is #CB91FE. Grayscale: #505050. Windows color (decimal): -13341183 or 93748. OLE color: 93748.
HSL color Cylindrical-coordinate representation of color #346E01: hue angle of 91.93º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #346E01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.57 |
| HSL | 91.93º | 0.98% | 0.22% | - |
| HSV(B) | 91.93º | 0.99% | 0.43% | - |
| XYZ | 7 | 11.88 | 1.95 | - |
| YUV | 80.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 1 | 0.53 | 0 | 0.99 | 0.57 | 91.93 | 0.98 | 0.22 |
| Hex | 34 | 6E | 1 | 35 | 0 | 63 | 39 | 5C | 62 | 16 |
| Octal | 64 | 156 | 1 | 65 | 0 | 143 | 71 | 134 | 142 | 26 |
| Binary | 110100 | 1101110 | 1 | 110101 | 0 | 1100011 | 111001 | 1011100 | 1100010 | 10110 |
Color Harmonies of #346E01
Complementary color
Monochromatic Colors of #346E01
Black with #346E01
Text Example
Text Example
White with #346E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E01; }
p { color: rgb(52,110,1); }
H1.HeaderClassName
{
color: #346E01;
}
.AnyTagClassName
{
color: #346E01;
}
</style>
background-color css
<style>
a { background-color: #346E01; }
a { background-color: rgb(52,110,1); }
div.DivClassName
{
background-color: #346E01;
}
.BgClassName
{
background-color: #346E01;
}
</style>
border-color css
<style>
span { border-color: #346E01; }
span { border-color: rgb(52,110,1); }
td.TdClassName
{
border-color: #346E01;
}
.TagClassName
{
border-color: #346E01;
}
</style>