Shades of Bilbao #34880F
Tints of Bilbao #34880F
RGB
CMYK
RGB Variations
Color information
#34880F (or 0x34880F) is known color: Bilbao. HEX triplet: 34, 88 and 0F. RGB value is (52,136,15). Sum of RGB (Red+Green+Blue) = 52+136+15=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #34880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34880F is #CB77F0. Grayscale: #616161. Windows color (decimal): -13334513 or 1017908. OLE color: 1017908.
HSL color Cylindrical-coordinate representation of color #34880F: hue angle of 101.65º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34880F is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 15 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.47 |
| HSL | 101.65º | 0.8% | 0.3% | - |
| HSV(B) | 101.65º | 0.89% | 0.53% | - |
| XYZ | 10.31 | 18.37 | 3.46 | - |
| YUV | 97.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 15 | 0.62 | 0 | 0.89 | 0.47 | 101.65 | 0.8 | 0.3 |
| Hex | 34 | 88 | F | 3E | 0 | 59 | 2F | 66 | 50 | 1E |
| Octal | 64 | 210 | 17 | 76 | 0 | 131 | 57 | 146 | 120 | 36 |
| Binary | 110100 | 10001000 | 1111 | 111110 | 0 | 1011001 | 101111 | 1100110 | 1010000 | 11110 |
Color Harmonies of #34880F
Complementary color
Monochromatic Colors of #34880F
Black with #34880F
Text Example
Text Example
White with #34880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34880F; }
p { color: rgb(52,136,15); }
H1.HeaderClassName
{
color: #34880F;
}
.AnyTagClassName
{
color: #34880F;
}
</style>
background-color css
<style>
a { background-color: #34880F; }
a { background-color: rgb(52,136,15); }
div.DivClassName
{
background-color: #34880F;
}
.BgClassName
{
background-color: #34880F;
}
</style>
border-color css
<style>
span { border-color: #34880F; }
span { border-color: rgb(52,136,15); }
td.TdClassName
{
border-color: #34880F;
}
.TagClassName
{
border-color: #34880F;
}
</style>