Shades of Bilbao #347B05
Tints of Bilbao #347B05
RGB
CMYK
RGB Variations
Color information
#347B05 (or 0x347B05) is known color: Bilbao. HEX triplet: 34, 7B and 05. RGB value is (52,123,5). Sum of RGB (Red+Green+Blue) = 52+123+5=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #347B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B05 is #CB84FA. Grayscale: #585858. Windows color (decimal): -13337851 or 359220. OLE color: 359220.
HSL color Cylindrical-coordinate representation of color #347B05: hue angle of 96.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #347B05 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 5 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.52 |
| HSL | 96.1º | 0.92% | 0.25% | - |
| HSV(B) | 96.1º | 0.96% | 0.48% | - |
| XYZ | 8.53 | 14.91 | 2.57 | - |
| YUV | 88.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 5 | 0.58 | 0 | 0.96 | 0.52 | 96.1 | 0.92 | 0.25 |
| Hex | 34 | 7B | 5 | 3A | 0 | 60 | 34 | 60 | 5C | 19 |
| Octal | 64 | 173 | 5 | 72 | 0 | 140 | 64 | 140 | 134 | 31 |
| Binary | 110100 | 1111011 | 101 | 111010 | 0 | 1100000 | 110100 | 1100000 | 1011100 | 11001 |
Color Harmonies of #347B05
Complementary color
Monochromatic Colors of #347B05
Black with #347B05
Text Example
Text Example
White with #347B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B05; }
p { color: rgb(52,123,5); }
H1.HeaderClassName
{
color: #347B05;
}
.AnyTagClassName
{
color: #347B05;
}
</style>
background-color css
<style>
a { background-color: #347B05; }
a { background-color: rgb(52,123,5); }
div.DivClassName
{
background-color: #347B05;
}
.BgClassName
{
background-color: #347B05;
}
</style>
border-color css
<style>
span { border-color: #347B05; }
span { border-color: rgb(52,123,5); }
td.TdClassName
{
border-color: #347B05;
}
.TagClassName
{
border-color: #347B05;
}
</style>