Shades of Bilbao #34872C
Tints of Bilbao #34872C
RGB
CMYK
RGB Variations
Color information
#34872C (or 0x34872C) is known color: Bilbao. HEX triplet: 34, 87 and 2C. RGB value is (52,135,44). Sum of RGB (Red+Green+Blue) = 52+135+44=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #34872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34872C is #CB78D3. Grayscale: #646464. Windows color (decimal): -13334740 or 2918196. OLE color: 2918196.
HSL color Cylindrical-coordinate representation of color #34872C: hue angle of 114.73º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34872C is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 44 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.47 |
| HSL | 114.73º | 0.51% | 0.35% | - |
| HSV(B) | 114.73º | 0.67% | 0.53% | - |
| XYZ | 10.53 | 18.24 | 5.35 | - |
| YUV | 99.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 44 | 0.61 | 0 | 0.67 | 0.47 | 114.73 | 0.51 | 0.35 |
| Hex | 34 | 87 | 2C | 3D | 0 | 43 | 2F | 73 | 33 | 23 |
| Octal | 64 | 207 | 54 | 75 | 0 | 103 | 57 | 163 | 63 | 43 |
| Binary | 110100 | 10000111 | 101100 | 111101 | 0 | 1000011 | 101111 | 1110011 | 110011 | 100011 |
Color Harmonies of #34872C
Complementary color
Monochromatic Colors of #34872C
Black with #34872C
Text Example
Text Example
White with #34872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34872C; }
p { color: rgb(52,135,44); }
H1.HeaderClassName
{
color: #34872C;
}
.AnyTagClassName
{
color: #34872C;
}
</style>
background-color css
<style>
a { background-color: #34872C; }
a { background-color: rgb(52,135,44); }
div.DivClassName
{
background-color: #34872C;
}
.BgClassName
{
background-color: #34872C;
}
</style>
border-color css
<style>
span { border-color: #34872C; }
span { border-color: rgb(52,135,44); }
td.TdClassName
{
border-color: #34872C;
}
.TagClassName
{
border-color: #34872C;
}
</style>