Shades of Bilbao #347D00
Tints of Bilbao #347D00
RGB
CMYK
RGB Variations
Color information
#347D00 (or 0x347D00) is known color: Bilbao. HEX triplet: 34, 7D and 00. RGB value is (52,125,0). Sum of RGB (Red+Green+Blue) = 52+125+0=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #347D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347D00 is #CB82FF. Grayscale: #595959. Windows color (decimal): -13337344 or 32052. OLE color: 32052.
HSL color Cylindrical-coordinate representation of color #347D00: hue angle of 95.04º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #347D00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.51 |
| HSL | 95.04º | 1% | 0.25% | - |
| HSV(B) | 95.04º | 1% | 0.49% | - |
| XYZ | 8.75 | 15.4 | 2.51 | - |
| YUV | 88.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 0 | 0.58 | 0 | 1 | 0.51 | 95.04 | 1 | 0.25 |
| Hex | 34 | 7D | 0 | 3A | 0 | 64 | 33 | 5F | 64 | 19 |
| Octal | 64 | 175 | 0 | 72 | 0 | 144 | 63 | 137 | 144 | 31 |
| Binary | 110100 | 1111101 | 0 | 111010 | 0 | 1100100 | 110011 | 1011111 | 1100100 | 11001 |
Color Harmonies of #347D00
Complementary color
Monochromatic Colors of #347D00
Black with #347D00
Text Example
Text Example
White with #347D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D00; }
p { color: rgb(52,125,0); }
H1.HeaderClassName
{
color: #347D00;
}
.AnyTagClassName
{
color: #347D00;
}
</style>
background-color css
<style>
a { background-color: #347D00; }
a { background-color: rgb(52,125,0); }
div.DivClassName
{
background-color: #347D00;
}
.BgClassName
{
background-color: #347D00;
}
</style>
border-color css
<style>
span { border-color: #347D00; }
span { border-color: rgb(52,125,0); }
td.TdClassName
{
border-color: #347D00;
}
.TagClassName
{
border-color: #347D00;
}
</style>