Shades of Bilbao #34882B
Tints of Bilbao #34882B
RGB
CMYK
RGB Variations
Color information
#34882B (or 0x34882B) is known color: Bilbao. HEX triplet: 34, 88 and 2B. RGB value is (52,136,43). Sum of RGB (Red+Green+Blue) = 52+136+43=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #34882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34882B is #CB77D4. Grayscale: #646464. Windows color (decimal): -13334485 or 2852916. OLE color: 2852916.
HSL color Cylindrical-coordinate representation of color #34882B: hue angle of 114.19º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34882B is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 43 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.47 |
| HSL | 114.19º | 0.52% | 0.35% | - |
| HSV(B) | 114.19º | 0.68% | 0.53% | - |
| XYZ | 10.66 | 18.51 | 5.3 | - |
| YUV | 100.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 43 | 0.62 | 0 | 0.68 | 0.47 | 114.19 | 0.52 | 0.35 |
| Hex | 34 | 88 | 2B | 3E | 0 | 44 | 2F | 72 | 34 | 23 |
| Octal | 64 | 210 | 53 | 76 | 0 | 104 | 57 | 162 | 64 | 43 |
| Binary | 110100 | 10001000 | 101011 | 111110 | 0 | 1000100 | 101111 | 1110010 | 110100 | 100011 |
Color Harmonies of #34882B
Complementary color
Monochromatic Colors of #34882B
Black with #34882B
Text Example
Text Example
White with #34882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34882B; }
p { color: rgb(52,136,43); }
H1.HeaderClassName
{
color: #34882B;
}
.AnyTagClassName
{
color: #34882B;
}
</style>
background-color css
<style>
a { background-color: #34882B; }
a { background-color: rgb(52,136,43); }
div.DivClassName
{
background-color: #34882B;
}
.BgClassName
{
background-color: #34882B;
}
</style>
border-color css
<style>
span { border-color: #34882B; }
span { border-color: rgb(52,136,43); }
td.TdClassName
{
border-color: #34882B;
}
.TagClassName
{
border-color: #34882B;
}
</style>