Shades of Bilbao #347C16
Tints of Bilbao #347C16
RGB
CMYK
RGB Variations
Color information
#347C16 (or 0x347C16) is known color: Bilbao. HEX triplet: 34, 7C and 16. RGB value is (52,124,22). Sum of RGB (Red+Green+Blue) = 52+124+22=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 124 (48.83% from 255 or 62.63% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 124 - color contains mainly: green. Hex color #347C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C16 is #CB83E9. Grayscale: #5B5B5B. Windows color (decimal): -13337578 or 1473588. OLE color: 1473588.
HSL color Cylindrical-coordinate representation of color #347C16: hue angle of 102.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #347C16 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 22 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.51 |
| HSL | 102.35º | 0.7% | 0.29% | - |
| HSV(B) | 102.35º | 0.82% | 0.49% | - |
| XYZ | 8.77 | 15.2 | 3.23 | - |
| YUV | 90.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 22 | 0.58 | 0 | 0.82 | 0.51 | 102.35 | 0.7 | 0.29 |
| Hex | 34 | 7C | 16 | 3A | 0 | 52 | 33 | 66 | 46 | 1D |
| Octal | 64 | 174 | 26 | 72 | 0 | 122 | 63 | 146 | 106 | 35 |
| Binary | 110100 | 1111100 | 10110 | 111010 | 0 | 1010010 | 110011 | 1100110 | 1000110 | 11101 |
Color Harmonies of #347C16
Complementary color
Monochromatic Colors of #347C16
Black with #347C16
Text Example
Text Example
White with #347C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C16; }
p { color: rgb(52,124,22); }
H1.HeaderClassName
{
color: #347C16;
}
.AnyTagClassName
{
color: #347C16;
}
</style>
background-color css
<style>
a { background-color: #347C16; }
a { background-color: rgb(52,124,22); }
div.DivClassName
{
background-color: #347C16;
}
.BgClassName
{
background-color: #347C16;
}
</style>
border-color css
<style>
span { border-color: #347C16; }
span { border-color: rgb(52,124,22); }
td.TdClassName
{
border-color: #347C16;
}
.TagClassName
{
border-color: #347C16;
}
</style>