Shades of Bilbao #347F0B
Tints of Bilbao #347F0B
RGB
CMYK
RGB Variations
Color information
#347F0B (or 0x347F0B) is known color: Bilbao. HEX triplet: 34, 7F and 0B. RGB value is (52,127,11). Sum of RGB (Red+Green+Blue) = 52+127+11=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 127 (50% from 255 or 66.84% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 127 - color contains mainly: green. Hex color #347F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F0B is #CB80F4. Grayscale: #5B5B5B. Windows color (decimal): -13336821 or 753460. OLE color: 753460.
HSL color Cylindrical-coordinate representation of color #347F0B: hue angle of 98.79º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #347F0B is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 11 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.50 |
| HSL | 98.79º | 0.84% | 0.27% | - |
| HSV(B) | 98.79º | 0.91% | 0.5% | - |
| XYZ | 9.07 | 15.93 | 2.91 | - |
| YUV | 91.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 11 | 0.59 | 0 | 0.91 | 0.50 | 98.79 | 0.84 | 0.27 |
| Hex | 34 | 7F | B | 3B | 0 | 5B | 32 | 63 | 54 | 1B |
| Octal | 64 | 177 | 13 | 73 | 0 | 133 | 62 | 143 | 124 | 33 |
| Binary | 110100 | 1111111 | 1011 | 111011 | 0 | 1011011 | 110010 | 1100011 | 1010100 | 11011 |
Color Harmonies of #347F0B
Complementary color
Monochromatic Colors of #347F0B
Black with #347F0B
Text Example
Text Example
White with #347F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F0B; }
p { color: rgb(52,127,11); }
H1.HeaderClassName
{
color: #347F0B;
}
.AnyTagClassName
{
color: #347F0B;
}
</style>
background-color css
<style>
a { background-color: #347F0B; }
a { background-color: rgb(52,127,11); }
div.DivClassName
{
background-color: #347F0B;
}
.BgClassName
{
background-color: #347F0B;
}
</style>
border-color css
<style>
span { border-color: #347F0B; }
span { border-color: rgb(52,127,11); }
td.TdClassName
{
border-color: #347F0B;
}
.TagClassName
{
border-color: #347F0B;
}
</style>