Shades of Bilbao #347A07
Tints of Bilbao #347A07
RGB
CMYK
RGB Variations
Color information
#347A07 (or 0x347A07) is known color: Bilbao. HEX triplet: 34, 7A and 07. RGB value is (52,122,7). Sum of RGB (Red+Green+Blue) = 52+122+7=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 122 (48.05% from 255 or 67.40% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 122 - color contains mainly: green. Hex color #347A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347A07 is #CB85F8. Grayscale: #585858. Windows color (decimal): -13338105 or 490036. OLE color: 490036.
HSL color Cylindrical-coordinate representation of color #347A07: hue angle of 96.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #347A07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 122 | 7 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.52 |
| HSL | 96.52º | 0.89% | 0.25% | - |
| HSV(B) | 96.52º | 0.94% | 0.48% | - |
| XYZ | 8.41 | 14.66 | 2.59 | - |
| YUV | 87.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 7 | 0.57 | 0 | 0.94 | 0.52 | 96.52 | 0.89 | 0.25 |
| Hex | 34 | 7A | 7 | 39 | 0 | 5E | 34 | 61 | 59 | 19 |
| Octal | 64 | 172 | 7 | 71 | 0 | 136 | 64 | 141 | 131 | 31 |
| Binary | 110100 | 1111010 | 111 | 111001 | 0 | 1011110 | 110100 | 1100001 | 1011001 | 11001 |
Color Harmonies of #347A07
Complementary color
Monochromatic Colors of #347A07
Black with #347A07
Text Example
Text Example
White with #347A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A07; }
p { color: rgb(52,122,7); }
H1.HeaderClassName
{
color: #347A07;
}
.AnyTagClassName
{
color: #347A07;
}
</style>
background-color css
<style>
a { background-color: #347A07; }
a { background-color: rgb(52,122,7); }
div.DivClassName
{
background-color: #347A07;
}
.BgClassName
{
background-color: #347A07;
}
</style>
border-color css
<style>
span { border-color: #347A07; }
span { border-color: rgb(52,122,7); }
td.TdClassName
{
border-color: #347A07;
}
.TagClassName
{
border-color: #347A07;
}
</style>