Shades of Bilbao #347A09
Tints of Bilbao #347A09
RGB
CMYK
RGB Variations
Color information
#347A09 (or 0x347A09) is known color: Bilbao. HEX triplet: 34, 7A and 09. RGB value is (52,122,9). Sum of RGB (Red+Green+Blue) = 52+122+9=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 122 (48.05% from 255 or 66.67% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 122 - color contains mainly: green. Hex color #347A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347A09 is #CB85F6. Grayscale: #585858. Windows color (decimal): -13338103 or 621108. OLE color: 621108.
HSL color Cylindrical-coordinate representation of color #347A09: hue angle of 97.17º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #347A09 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 122 | 9 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.52 |
| HSL | 97.17º | 0.86% | 0.26% | - |
| HSV(B) | 97.17º | 0.93% | 0.48% | - |
| XYZ | 8.43 | 14.67 | 2.65 | - |
| YUV | 88.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 9 | 0.57 | 0 | 0.93 | 0.52 | 97.17 | 0.86 | 0.26 |
| Hex | 34 | 7A | 9 | 39 | 0 | 5D | 34 | 61 | 56 | 1A |
| Octal | 64 | 172 | 11 | 71 | 0 | 135 | 64 | 141 | 126 | 32 |
| Binary | 110100 | 1111010 | 1001 | 111001 | 0 | 1011101 | 110100 | 1100001 | 1010110 | 11010 |
Color Harmonies of #347A09
Complementary color
Monochromatic Colors of #347A09
Black with #347A09
Text Example
Text Example
White with #347A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A09; }
p { color: rgb(52,122,9); }
H1.HeaderClassName
{
color: #347A09;
}
.AnyTagClassName
{
color: #347A09;
}
</style>
background-color css
<style>
a { background-color: #347A09; }
a { background-color: rgb(52,122,9); }
div.DivClassName
{
background-color: #347A09;
}
.BgClassName
{
background-color: #347A09;
}
</style>
border-color css
<style>
span { border-color: #347A09; }
span { border-color: rgb(52,122,9); }
td.TdClassName
{
border-color: #347A09;
}
.TagClassName
{
border-color: #347A09;
}
</style>