Shades of Bilbao #347A11
Tints of Bilbao #347A11
RGB
CMYK
RGB Variations
Color information
#347A11 (or 0x347A11) is known color: Bilbao. HEX triplet: 34, 7A and 11. RGB value is (52,122,17). Sum of RGB (Red+Green+Blue) = 52+122+17=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #347A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347A11 is #CB85EE. Grayscale: #595959. Windows color (decimal): -13338095 or 1145396. OLE color: 1145396.
HSL color Cylindrical-coordinate representation of color #347A11: hue angle of 100º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #347A11 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 122 | 17 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.52 |
| HSL | 100º | 0.76% | 0.27% | - |
| HSV(B) | 100º | 0.86% | 0.48% | - |
| XYZ | 8.48 | 14.69 | 2.92 | - |
| YUV | 89.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 17 | 0.57 | 0 | 0.86 | 0.52 | 100 | 0.76 | 0.27 |
| Hex | 34 | 7A | 11 | 39 | 0 | 56 | 34 | 64 | 4C | 1B |
| Octal | 64 | 172 | 21 | 71 | 0 | 126 | 64 | 144 | 114 | 33 |
| Binary | 110100 | 1111010 | 10001 | 111001 | 0 | 1010110 | 110100 | 1100100 | 1001100 | 11011 |
Color Harmonies of #347A11
Complementary color
Monochromatic Colors of #347A11
Black with #347A11
Text Example
Text Example
White with #347A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A11; }
p { color: rgb(52,122,17); }
H1.HeaderClassName
{
color: #347A11;
}
.AnyTagClassName
{
color: #347A11;
}
</style>
background-color css
<style>
a { background-color: #347A11; }
a { background-color: rgb(52,122,17); }
div.DivClassName
{
background-color: #347A11;
}
.BgClassName
{
background-color: #347A11;
}
</style>
border-color css
<style>
span { border-color: #347A11; }
span { border-color: rgb(52,122,17); }
td.TdClassName
{
border-color: #347A11;
}
.TagClassName
{
border-color: #347A11;
}
</style>