Shades of Bilbao #347B0C
Tints of Bilbao #347B0C
RGB
CMYK
RGB Variations
Color information
#347B0C (or 0x347B0C) is known color: Bilbao. HEX triplet: 34, 7B and 0C. RGB value is (52,123,12). Sum of RGB (Red+Green+Blue) = 52+123+12=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #347B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B0C is #CB84F3. Grayscale: #595959. Windows color (decimal): -13337844 or 817972. OLE color: 817972.
HSL color Cylindrical-coordinate representation of color #347B0C: hue angle of 98.38º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #347B0C is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 12 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.52 |
| HSL | 98.38º | 0.82% | 0.26% | - |
| HSV(B) | 98.38º | 0.9% | 0.48% | - |
| XYZ | 8.57 | 14.92 | 2.78 | - |
| YUV | 89.12 | 84.48 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 12 | 0.58 | 0 | 0.90 | 0.52 | 98.38 | 0.82 | 0.26 |
| Hex | 34 | 7B | C | 3A | 0 | 5A | 34 | 62 | 52 | 1A |
| Octal | 64 | 173 | 14 | 72 | 0 | 132 | 64 | 142 | 122 | 32 |
| Binary | 110100 | 1111011 | 1100 | 111010 | 0 | 1011010 | 110100 | 1100010 | 1010010 | 11010 |
Color Harmonies of #347B0C
Complementary color
Monochromatic Colors of #347B0C
Black with #347B0C
Text Example
Text Example
White with #347B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B0C; }
p { color: rgb(52,123,12); }
H1.HeaderClassName
{
color: #347B0C;
}
.AnyTagClassName
{
color: #347B0C;
}
</style>
background-color css
<style>
a { background-color: #347B0C; }
a { background-color: rgb(52,123,12); }
div.DivClassName
{
background-color: #347B0C;
}
.BgClassName
{
background-color: #347B0C;
}
</style>
border-color css
<style>
span { border-color: #347B0C; }
span { border-color: rgb(52,123,12); }
td.TdClassName
{
border-color: #347B0C;
}
.TagClassName
{
border-color: #347B0C;
}
</style>