Shades of Bilbao #34740F
Tints of Bilbao #34740F
RGB
CMYK
RGB Variations
Color information
#34740F (or 0x34740F) is known color: Bilbao. HEX triplet: 34, 74 and 0F. RGB value is (52,116,15). Sum of RGB (Red+Green+Blue) = 52+116+15=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #34740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34740F is #CB8BF0. Grayscale: #555555. Windows color (decimal): -13339633 or 1012788. OLE color: 1012788.
HSL color Cylindrical-coordinate representation of color #34740F: hue angle of 98.02º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34740F is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 15 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.55 |
| HSL | 98.02º | 0.77% | 0.26% | - |
| HSV(B) | 98.02º | 0.87% | 0.45% | - |
| XYZ | 7.75 | 13.26 | 2.6 | - |
| YUV | 85.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 15 | 0.55 | 0 | 0.87 | 0.55 | 98.02 | 0.77 | 0.26 |
| Hex | 34 | 74 | F | 37 | 0 | 57 | 37 | 62 | 4D | 1A |
| Octal | 64 | 164 | 17 | 67 | 0 | 127 | 67 | 142 | 115 | 32 |
| Binary | 110100 | 1110100 | 1111 | 110111 | 0 | 1010111 | 110111 | 1100010 | 1001101 | 11010 |
Color Harmonies of #34740F
Complementary color
Monochromatic Colors of #34740F
Black with #34740F
Text Example
Text Example
White with #34740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34740F; }
p { color: rgb(52,116,15); }
H1.HeaderClassName
{
color: #34740F;
}
.AnyTagClassName
{
color: #34740F;
}
</style>
background-color css
<style>
a { background-color: #34740F; }
a { background-color: rgb(52,116,15); }
div.DivClassName
{
background-color: #34740F;
}
.BgClassName
{
background-color: #34740F;
}
</style>
border-color css
<style>
span { border-color: #34740F; }
span { border-color: rgb(52,116,15); }
td.TdClassName
{
border-color: #34740F;
}
.TagClassName
{
border-color: #34740F;
}
</style>