Shades of Bilbao #34881F
Tints of Bilbao #34881F
RGB
CMYK
RGB Variations
Color information
#34881F (or 0x34881F) is known color: Bilbao. HEX triplet: 34, 88 and 1F. RGB value is (52,136,31). Sum of RGB (Red+Green+Blue) = 52+136+31=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #34881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34881F is #CB77E0. Grayscale: #636363. Windows color (decimal): -13334497 or 2066484. OLE color: 2066484.
HSL color Cylindrical-coordinate representation of color #34881F: hue angle of 108º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34881F is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 31 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.47 |
| HSL | 108º | 0.63% | 0.33% | - |
| HSV(B) | 108º | 0.77% | 0.53% | - |
| XYZ | 10.47 | 18.44 | 4.3 | - |
| YUV | 98.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 31 | 0.62 | 0 | 0.77 | 0.47 | 108 | 0.63 | 0.33 |
| Hex | 34 | 88 | 1F | 3E | 0 | 4D | 2F | 6C | 3F | 21 |
| Octal | 64 | 210 | 37 | 76 | 0 | 115 | 57 | 154 | 77 | 41 |
| Binary | 110100 | 10001000 | 11111 | 111110 | 0 | 1001101 | 101111 | 1101100 | 111111 | 100001 |
Color Harmonies of #34881F
Complementary color
Monochromatic Colors of #34881F
Black with #34881F
Text Example
Text Example
White with #34881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34881F; }
p { color: rgb(52,136,31); }
H1.HeaderClassName
{
color: #34881F;
}
.AnyTagClassName
{
color: #34881F;
}
</style>
background-color css
<style>
a { background-color: #34881F; }
a { background-color: rgb(52,136,31); }
div.DivClassName
{
background-color: #34881F;
}
.BgClassName
{
background-color: #34881F;
}
</style>
border-color css
<style>
span { border-color: #34881F; }
span { border-color: rgb(52,136,31); }
td.TdClassName
{
border-color: #34881F;
}
.TagClassName
{
border-color: #34881F;
}
</style>