Shades of Bilbao #347D0C
Tints of Bilbao #347D0C
RGB
CMYK
RGB Variations
Color information
#347D0C (or 0x347D0C) is known color: Bilbao. HEX triplet: 34, 7D and 0C. RGB value is (52,125,12). Sum of RGB (Red+Green+Blue) = 52+125+12=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #347D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347D0C is #CB82F3. Grayscale: #5A5A5A. Windows color (decimal): -13337332 or 818484. OLE color: 818484.
HSL color Cylindrical-coordinate representation of color #347D0C: hue angle of 98.76º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #347D0C is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 12 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.51 |
| HSL | 98.76º | 0.82% | 0.27% | - |
| HSV(B) | 98.76º | 0.9% | 0.49% | - |
| XYZ | 8.82 | 15.42 | 2.86 | - |
| YUV | 90.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 12 | 0.58 | 0 | 0.90 | 0.51 | 98.76 | 0.82 | 0.27 |
| Hex | 34 | 7D | C | 3A | 0 | 5A | 33 | 63 | 52 | 1B |
| Octal | 64 | 175 | 14 | 72 | 0 | 132 | 63 | 143 | 122 | 33 |
| Binary | 110100 | 1111101 | 1100 | 111010 | 0 | 1011010 | 110011 | 1100011 | 1010010 | 11011 |
Color Harmonies of #347D0C
Complementary color
Monochromatic Colors of #347D0C
Black with #347D0C
Text Example
Text Example
White with #347D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D0C; }
p { color: rgb(52,125,12); }
H1.HeaderClassName
{
color: #347D0C;
}
.AnyTagClassName
{
color: #347D0C;
}
</style>
background-color css
<style>
a { background-color: #347D0C; }
a { background-color: rgb(52,125,12); }
div.DivClassName
{
background-color: #347D0C;
}
.BgClassName
{
background-color: #347D0C;
}
</style>
border-color css
<style>
span { border-color: #347D0C; }
span { border-color: rgb(52,125,12); }
td.TdClassName
{
border-color: #347D0C;
}
.TagClassName
{
border-color: #347D0C;
}
</style>