Shades of Bilbao #347B0F
Tints of Bilbao #347B0F
RGB
CMYK
RGB Variations
Color information
#347B0F (or 0x347B0F) is known color: Bilbao. HEX triplet: 34, 7B and 0F. RGB value is (52,123,15). Sum of RGB (Red+Green+Blue) = 52+123+15=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 123 (48.44% from 255 or 64.74% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 123 - color contains mainly: green. Hex color #347B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B0F is #CB84F0. Grayscale: #595959. Windows color (decimal): -13337841 or 1014580. OLE color: 1014580.
HSL color Cylindrical-coordinate representation of color #347B0F: hue angle of 99.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #347B0F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 15 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.52 |
| HSL | 99.44º | 0.78% | 0.27% | - |
| HSV(B) | 99.44º | 0.88% | 0.48% | - |
| XYZ | 8.59 | 14.93 | 2.88 | - |
| YUV | 89.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 15 | 0.58 | 0 | 0.88 | 0.52 | 99.44 | 0.78 | 0.27 |
| Hex | 34 | 7B | F | 3A | 0 | 58 | 34 | 63 | 4E | 1B |
| Octal | 64 | 173 | 17 | 72 | 0 | 130 | 64 | 143 | 116 | 33 |
| Binary | 110100 | 1111011 | 1111 | 111010 | 0 | 1011000 | 110100 | 1100011 | 1001110 | 11011 |
Color Harmonies of #347B0F
Complementary color
Monochromatic Colors of #347B0F
Black with #347B0F
Text Example
Text Example
White with #347B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B0F; }
p { color: rgb(52,123,15); }
H1.HeaderClassName
{
color: #347B0F;
}
.AnyTagClassName
{
color: #347B0F;
}
</style>
background-color css
<style>
a { background-color: #347B0F; }
a { background-color: rgb(52,123,15); }
div.DivClassName
{
background-color: #347B0F;
}
.BgClassName
{
background-color: #347B0F;
}
</style>
border-color css
<style>
span { border-color: #347B0F; }
span { border-color: rgb(52,123,15); }
td.TdClassName
{
border-color: #347B0F;
}
.TagClassName
{
border-color: #347B0F;
}
</style>