Shades of Bilbao #34872A
Tints of Bilbao #34872A
RGB
CMYK
RGB Variations
Color information
#34872A (or 0x34872A) is known color: Bilbao. HEX triplet: 34, 87 and 2A. RGB value is (52,135,42). Sum of RGB (Red+Green+Blue) = 52+135+42=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #34872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34872A is #CB78D5. Grayscale: #636363. Windows color (decimal): -13334742 or 2787124. OLE color: 2787124.
HSL color Cylindrical-coordinate representation of color #34872A: hue angle of 113.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34872A is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 42 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.47 |
| HSL | 113.55º | 0.53% | 0.35% | - |
| HSV(B) | 113.55º | 0.69% | 0.53% | - |
| XYZ | 10.5 | 18.23 | 5.15 | - |
| YUV | 99.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 42 | 0.61 | 0 | 0.69 | 0.47 | 113.55 | 0.53 | 0.35 |
| Hex | 34 | 87 | 2A | 3D | 0 | 45 | 2F | 72 | 35 | 23 |
| Octal | 64 | 207 | 52 | 75 | 0 | 105 | 57 | 162 | 65 | 43 |
| Binary | 110100 | 10000111 | 101010 | 111101 | 0 | 1000101 | 101111 | 1110010 | 110101 | 100011 |
Color Harmonies of #34872A
Complementary color
Monochromatic Colors of #34872A
Black with #34872A
Text Example
Text Example
White with #34872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34872A; }
p { color: rgb(52,135,42); }
H1.HeaderClassName
{
color: #34872A;
}
.AnyTagClassName
{
color: #34872A;
}
</style>
background-color css
<style>
a { background-color: #34872A; }
a { background-color: rgb(52,135,42); }
div.DivClassName
{
background-color: #34872A;
}
.BgClassName
{
background-color: #34872A;
}
</style>
border-color css
<style>
span { border-color: #34872A; }
span { border-color: rgb(52,135,42); }
td.TdClassName
{
border-color: #34872A;
}
.TagClassName
{
border-color: #34872A;
}
</style>