Shades of Bilbao #34731B
Tints of Bilbao #34731B
RGB
CMYK
RGB Variations
Color information
#34731B (or 0x34731B) is known color: Bilbao. HEX triplet: 34, 73 and 1B. RGB value is (52,115,27). Sum of RGB (Red+Green+Blue) = 52+115+27=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #34731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34731B is #CB8CE4. Grayscale: #565656. Windows color (decimal): -13339877 or 1798964. OLE color: 1798964.
HSL color Cylindrical-coordinate representation of color #34731B: hue angle of 102.95º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34731B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 27 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.55 |
| HSL | 102.95º | 0.62% | 0.28% | - |
| HSV(B) | 102.95º | 0.77% | 0.45% | - |
| XYZ | 7.74 | 13.07 | 3.15 | - |
| YUV | 86.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 27 | 0.55 | 0 | 0.77 | 0.55 | 102.95 | 0.62 | 0.28 |
| Hex | 34 | 73 | 1B | 37 | 0 | 4D | 37 | 67 | 3E | 1C |
| Octal | 64 | 163 | 33 | 67 | 0 | 115 | 67 | 147 | 76 | 34 |
| Binary | 110100 | 1110011 | 11011 | 110111 | 0 | 1001101 | 110111 | 1100111 | 111110 | 11100 |
Color Harmonies of #34731B
Complementary color
Monochromatic Colors of #34731B
Black with #34731B
Text Example
Text Example
White with #34731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34731B; }
p { color: rgb(52,115,27); }
H1.HeaderClassName
{
color: #34731B;
}
.AnyTagClassName
{
color: #34731B;
}
</style>
background-color css
<style>
a { background-color: #34731B; }
a { background-color: rgb(52,115,27); }
div.DivClassName
{
background-color: #34731B;
}
.BgClassName
{
background-color: #34731B;
}
</style>
border-color css
<style>
span { border-color: #34731B; }
span { border-color: rgb(52,115,27); }
td.TdClassName
{
border-color: #34731B;
}
.TagClassName
{
border-color: #34731B;
}
</style>