Shades of Bilbao #34861E
Tints of Bilbao #34861E
RGB
CMYK
RGB Variations
Color information
#34861E (or 0x34861E) is known color: Bilbao. HEX triplet: 34, 86 and 1E. RGB value is (52,134,30). Sum of RGB (Red+Green+Blue) = 52+134+30=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #34861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34861E is #CB79E1. Grayscale: #616161. Windows color (decimal): -13335010 or 2000436. OLE color: 2000436.
HSL color Cylindrical-coordinate representation of color #34861E: hue angle of 107.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34861E is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 30 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.47 |
| HSL | 107.31º | 0.63% | 0.32% | - |
| HSV(B) | 107.31º | 0.78% | 0.53% | - |
| XYZ | 10.18 | 17.87 | 4.14 | - |
| YUV | 97.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 30 | 0.61 | 0 | 0.78 | 0.47 | 107.31 | 0.63 | 0.32 |
| Hex | 34 | 86 | 1E | 3D | 0 | 4E | 2F | 6B | 3F | 20 |
| Octal | 64 | 206 | 36 | 75 | 0 | 116 | 57 | 153 | 77 | 40 |
| Binary | 110100 | 10000110 | 11110 | 111101 | 0 | 1001110 | 101111 | 1101011 | 111111 | 100000 |
Color Harmonies of #34861E
Complementary color
Monochromatic Colors of #34861E
Black with #34861E
Text Example
Text Example
White with #34861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34861E; }
p { color: rgb(52,134,30); }
H1.HeaderClassName
{
color: #34861E;
}
.AnyTagClassName
{
color: #34861E;
}
</style>
background-color css
<style>
a { background-color: #34861E; }
a { background-color: rgb(52,134,30); }
div.DivClassName
{
background-color: #34861E;
}
.BgClassName
{
background-color: #34861E;
}
</style>
border-color css
<style>
span { border-color: #34861E; }
span { border-color: rgb(52,134,30); }
td.TdClassName
{
border-color: #34861E;
}
.TagClassName
{
border-color: #34861E;
}
</style>