Shades of Bilbao #347F12
Tints of Bilbao #347F12
RGB
CMYK
RGB Variations
Color information
#347F12 (or 0x347F12) is known color: Bilbao. HEX triplet: 34, 7F and 12. RGB value is (52,127,18). Sum of RGB (Red+Green+Blue) = 52+127+18=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #347F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F12 is #CB80ED. Grayscale: #5C5C5C. Windows color (decimal): -13336814 or 1212212. OLE color: 1212212.
HSL color Cylindrical-coordinate representation of color #347F12: hue angle of 101.28º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #347F12 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 18 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.50 |
| HSL | 101.28º | 0.75% | 0.28% | - |
| HSV(B) | 101.28º | 0.86% | 0.5% | - |
| XYZ | 9.11 | 15.95 | 3.17 | - |
| YUV | 92.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 18 | 0.59 | 0 | 0.86 | 0.50 | 101.28 | 0.75 | 0.28 |
| Hex | 34 | 7F | 12 | 3B | 0 | 56 | 32 | 65 | 4B | 1C |
| Octal | 64 | 177 | 22 | 73 | 0 | 126 | 62 | 145 | 113 | 34 |
| Binary | 110100 | 1111111 | 10010 | 111011 | 0 | 1010110 | 110010 | 1100101 | 1001011 | 11100 |
Color Harmonies of #347F12
Complementary color
Monochromatic Colors of #347F12
Black with #347F12
Text Example
Text Example
White with #347F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F12; }
p { color: rgb(52,127,18); }
H1.HeaderClassName
{
color: #347F12;
}
.AnyTagClassName
{
color: #347F12;
}
</style>
background-color css
<style>
a { background-color: #347F12; }
a { background-color: rgb(52,127,18); }
div.DivClassName
{
background-color: #347F12;
}
.BgClassName
{
background-color: #347F12;
}
</style>
border-color css
<style>
span { border-color: #347F12; }
span { border-color: rgb(52,127,18); }
td.TdClassName
{
border-color: #347F12;
}
.TagClassName
{
border-color: #347F12;
}
</style>