Shades of Bilbao #34770C
Tints of Bilbao #34770C
RGB
CMYK
RGB Variations
Color information
#34770C (or 0x34770C) is known color: Bilbao. HEX triplet: 34, 77 and 0C. RGB value is (52,119,12). Sum of RGB (Red+Green+Blue) = 52+119+12=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #34770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34770C is #CB88F3. Grayscale: #575757. Windows color (decimal): -13338868 or 816948. OLE color: 816948.
HSL color Cylindrical-coordinate representation of color #34770C: hue angle of 97.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34770C is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 119 | 12 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.53 |
| HSL | 97.57º | 0.82% | 0.26% | - |
| HSV(B) | 97.57º | 0.9% | 0.47% | - |
| XYZ | 8.08 | 13.95 | 2.61 | - |
| YUV | 86.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 12 | 0.56 | 0 | 0.90 | 0.53 | 97.57 | 0.82 | 0.26 |
| Hex | 34 | 77 | C | 38 | 0 | 5A | 35 | 62 | 52 | 1A |
| Octal | 64 | 167 | 14 | 70 | 0 | 132 | 65 | 142 | 122 | 32 |
| Binary | 110100 | 1110111 | 1100 | 111000 | 0 | 1011010 | 110101 | 1100010 | 1010010 | 11010 |
Color Harmonies of #34770C
Complementary color
Monochromatic Colors of #34770C
Black with #34770C
Text Example
Text Example
White with #34770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34770C; }
p { color: rgb(52,119,12); }
H1.HeaderClassName
{
color: #34770C;
}
.AnyTagClassName
{
color: #34770C;
}
</style>
background-color css
<style>
a { background-color: #34770C; }
a { background-color: rgb(52,119,12); }
div.DivClassName
{
background-color: #34770C;
}
.BgClassName
{
background-color: #34770C;
}
</style>
border-color css
<style>
span { border-color: #34770C; }
span { border-color: rgb(52,119,12); }
td.TdClassName
{
border-color: #34770C;
}
.TagClassName
{
border-color: #34770C;
}
</style>