Shades of Bilbao #34880E
Tints of Bilbao #34880E
RGB
CMYK
RGB Variations
Color information
#34880E (or 0x34880E) is known color: Bilbao. HEX triplet: 34, 88 and 0E. RGB value is (52,136,14). Sum of RGB (Red+Green+Blue) = 52+136+14=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #34880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34880E is #CB77F1. Grayscale: #616161. Windows color (decimal): -13334514 or 952372. OLE color: 952372.
HSL color Cylindrical-coordinate representation of color #34880E: hue angle of 101.31º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34880E is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 14 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.47 |
| HSL | 101.31º | 0.81% | 0.29% | - |
| HSV(B) | 101.31º | 0.9% | 0.53% | - |
| XYZ | 10.3 | 18.37 | 3.42 | - |
| YUV | 96.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 14 | 0.62 | 0 | 0.90 | 0.47 | 101.31 | 0.81 | 0.29 |
| Hex | 34 | 88 | E | 3E | 0 | 5A | 2F | 65 | 51 | 1D |
| Octal | 64 | 210 | 16 | 76 | 0 | 132 | 57 | 145 | 121 | 35 |
| Binary | 110100 | 10001000 | 1110 | 111110 | 0 | 1011010 | 101111 | 1100101 | 1010001 | 11101 |
Color Harmonies of #34880E
Complementary color
Monochromatic Colors of #34880E
Black with #34880E
Text Example
Text Example
White with #34880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34880E; }
p { color: rgb(52,136,14); }
H1.HeaderClassName
{
color: #34880E;
}
.AnyTagClassName
{
color: #34880E;
}
</style>
background-color css
<style>
a { background-color: #34880E; }
a { background-color: rgb(52,136,14); }
div.DivClassName
{
background-color: #34880E;
}
.BgClassName
{
background-color: #34880E;
}
</style>
border-color css
<style>
span { border-color: #34880E; }
span { border-color: rgb(52,136,14); }
td.TdClassName
{
border-color: #34880E;
}
.TagClassName
{
border-color: #34880E;
}
</style>