Shades of Bilbao #34741B
Tints of Bilbao #34741B
RGB
CMYK
RGB Variations
Color information
#34741B (or 0x34741B) is known color: Bilbao. HEX triplet: 34, 74 and 1B. RGB value is (52,116,27). Sum of RGB (Red+Green+Blue) = 52+116+27=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #34741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34741B is #CB8BE4. Grayscale: #575757. Windows color (decimal): -13339621 or 1799220. OLE color: 1799220.
HSL color Cylindrical-coordinate representation of color #34741B: hue angle of 103.15º 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 #34741B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 27 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.55 |
| HSL | 103.15º | 0.62% | 0.28% | - |
| HSV(B) | 103.15º | 0.77% | 0.45% | - |
| XYZ | 7.86 | 13.3 | 3.19 | - |
| YUV | 86.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 27 | 0.55 | 0 | 0.77 | 0.55 | 103.15 | 0.62 | 0.28 |
| Hex | 34 | 74 | 1B | 37 | 0 | 4D | 37 | 67 | 3E | 1C |
| Octal | 64 | 164 | 33 | 67 | 0 | 115 | 67 | 147 | 76 | 34 |
| Binary | 110100 | 1110100 | 11011 | 110111 | 0 | 1001101 | 110111 | 1100111 | 111110 | 11100 |
Color Harmonies of #34741B
Complementary color
Monochromatic Colors of #34741B
Black with #34741B
Text Example
Text Example
White with #34741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34741B; }
p { color: rgb(52,116,27); }
H1.HeaderClassName
{
color: #34741B;
}
.AnyTagClassName
{
color: #34741B;
}
</style>
background-color css
<style>
a { background-color: #34741B; }
a { background-color: rgb(52,116,27); }
div.DivClassName
{
background-color: #34741B;
}
.BgClassName
{
background-color: #34741B;
}
</style>
border-color css
<style>
span { border-color: #34741B; }
span { border-color: rgb(52,116,27); }
td.TdClassName
{
border-color: #34741B;
}
.TagClassName
{
border-color: #34741B;
}
</style>