Shades of Bilbao #347B00
Tints of Bilbao #347B00
RGB
CMYK
RGB Variations
Color information
#347B00 (or 0x347B00) is known color: Bilbao. HEX triplet: 34, 7B and 00. RGB value is (52,123,0). Sum of RGB (Red+Green+Blue) = 52+123+0=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 123 (48.44% from 255 or 70.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 123 - color contains mainly: green. Hex color #347B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B00 is #CB84FF. Grayscale: #585858. Windows color (decimal): -13337856 or 31540. OLE color: 31540.
HSL color Cylindrical-coordinate representation of color #347B00: hue angle of 94.63º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #347B00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.52 |
| HSL | 94.63º | 1% | 0.24% | - |
| HSV(B) | 94.63º | 1% | 0.48% | - |
| XYZ | 8.5 | 14.9 | 2.43 | - |
| YUV | 87.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 0 | 0.58 | 0 | 1 | 0.52 | 94.63 | 1 | 0.24 |
| Hex | 34 | 7B | 0 | 3A | 0 | 64 | 34 | 5F | 64 | 18 |
| Octal | 64 | 173 | 0 | 72 | 0 | 144 | 64 | 137 | 144 | 30 |
| Binary | 110100 | 1111011 | 0 | 111010 | 0 | 1100100 | 110100 | 1011111 | 1100100 | 11000 |
Color Harmonies of #347B00
Complementary color
Monochromatic Colors of #347B00
Black with #347B00
Text Example
Text Example
White with #347B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B00; }
p { color: rgb(52,123,0); }
H1.HeaderClassName
{
color: #347B00;
}
.AnyTagClassName
{
color: #347B00;
}
</style>
background-color css
<style>
a { background-color: #347B00; }
a { background-color: rgb(52,123,0); }
div.DivClassName
{
background-color: #347B00;
}
.BgClassName
{
background-color: #347B00;
}
</style>
border-color css
<style>
span { border-color: #347B00; }
span { border-color: rgb(52,123,0); }
td.TdClassName
{
border-color: #347B00;
}
.TagClassName
{
border-color: #347B00;
}
</style>