Shades of Bilbao #347D07
Tints of Bilbao #347D07
RGB
CMYK
RGB Variations
Color information
#347D07 (or 0x347D07) is known color: Bilbao. HEX triplet: 34, 7D and 07. RGB value is (52,125,7). Sum of RGB (Red+Green+Blue) = 52+125+7=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 125 (49.22% from 255 or 67.93% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 125 - color contains mainly: green. Hex color #347D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347D07 is #CB82F8. Grayscale: #5A5A5A. Windows color (decimal): -13337337 or 490804. OLE color: 490804.
HSL color Cylindrical-coordinate representation of color #347D07: hue angle of 97.12º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #347D07 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 7 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.51 |
| HSL | 97.12º | 0.89% | 0.26% | - |
| HSV(B) | 97.12º | 0.94% | 0.49% | - |
| XYZ | 8.79 | 15.41 | 2.71 | - |
| YUV | 89.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 7 | 0.58 | 0 | 0.94 | 0.51 | 97.12 | 0.89 | 0.26 |
| Hex | 34 | 7D | 7 | 3A | 0 | 5E | 33 | 61 | 59 | 1A |
| Octal | 64 | 175 | 7 | 72 | 0 | 136 | 63 | 141 | 131 | 32 |
| Binary | 110100 | 1111101 | 111 | 111010 | 0 | 1011110 | 110011 | 1100001 | 1011001 | 11010 |
Color Harmonies of #347D07
Complementary color
Monochromatic Colors of #347D07
Black with #347D07
Text Example
Text Example
White with #347D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D07; }
p { color: rgb(52,125,7); }
H1.HeaderClassName
{
color: #347D07;
}
.AnyTagClassName
{
color: #347D07;
}
</style>
background-color css
<style>
a { background-color: #347D07; }
a { background-color: rgb(52,125,7); }
div.DivClassName
{
background-color: #347D07;
}
.BgClassName
{
background-color: #347D07;
}
</style>
border-color css
<style>
span { border-color: #347D07; }
span { border-color: rgb(52,125,7); }
td.TdClassName
{
border-color: #347D07;
}
.TagClassName
{
border-color: #347D07;
}
</style>