Shades of Bilbao #347C09
Tints of Bilbao #347C09
RGB
CMYK
RGB Variations
Color information
#347C09 (or 0x347C09) is known color: Bilbao. HEX triplet: 34, 7C and 09. RGB value is (52,124,9). Sum of RGB (Red+Green+Blue) = 52+124+9=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 124 (48.83% from 255 or 67.03% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 124 - color contains mainly: green. Hex color #347C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347C09 is #CB83F6. Grayscale: #595959. Windows color (decimal): -13337591 or 621620. OLE color: 621620.
HSL color Cylindrical-coordinate representation of color #347C09: hue angle of 97.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #347C09 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 9 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.51 |
| HSL | 97.57º | 0.86% | 0.26% | - |
| HSV(B) | 97.57º | 0.93% | 0.49% | - |
| XYZ | 8.67 | 15.17 | 2.73 | - |
| YUV | 89.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 9 | 0.58 | 0 | 0.93 | 0.51 | 97.57 | 0.86 | 0.26 |
| Hex | 34 | 7C | 9 | 3A | 0 | 5D | 33 | 62 | 56 | 1A |
| Octal | 64 | 174 | 11 | 72 | 0 | 135 | 63 | 142 | 126 | 32 |
| Binary | 110100 | 1111100 | 1001 | 111010 | 0 | 1011101 | 110011 | 1100010 | 1010110 | 11010 |
Color Harmonies of #347C09
Complementary color
Monochromatic Colors of #347C09
Black with #347C09
Text Example
Text Example
White with #347C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C09; }
p { color: rgb(52,124,9); }
H1.HeaderClassName
{
color: #347C09;
}
.AnyTagClassName
{
color: #347C09;
}
</style>
background-color css
<style>
a { background-color: #347C09; }
a { background-color: rgb(52,124,9); }
div.DivClassName
{
background-color: #347C09;
}
.BgClassName
{
background-color: #347C09;
}
</style>
border-color css
<style>
span { border-color: #347C09; }
span { border-color: rgb(52,124,9); }
td.TdClassName
{
border-color: #347C09;
}
.TagClassName
{
border-color: #347C09;
}
</style>