Shades of Bilbao #34761D
Tints of Bilbao #34761D
RGB
CMYK
RGB Variations
Color information
#34761D (or 0x34761D) is known color: Bilbao. HEX triplet: 34, 76 and 1D. RGB value is (52,118,29). Sum of RGB (Red+Green+Blue) = 52+118+29=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #34761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34761D is #CB89E2. Grayscale: #585858. Windows color (decimal): -13339107 or 1930804. OLE color: 1930804.
HSL color Cylindrical-coordinate representation of color #34761D: hue angle of 104.49º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34761D is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 29 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.54 |
| HSL | 104.49º | 0.61% | 0.29% | - |
| HSV(B) | 104.49º | 0.75% | 0.46% | - |
| XYZ | 8.12 | 13.78 | 3.39 | - |
| YUV | 88.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 29 | 0.56 | 0 | 0.75 | 0.54 | 104.49 | 0.61 | 0.29 |
| Hex | 34 | 76 | 1D | 38 | 0 | 4B | 36 | 68 | 3D | 1D |
| Octal | 64 | 166 | 35 | 70 | 0 | 113 | 66 | 150 | 75 | 35 |
| Binary | 110100 | 1110110 | 11101 | 111000 | 0 | 1001011 | 110110 | 1101000 | 111101 | 11101 |
Color Harmonies of #34761D
Complementary color
Monochromatic Colors of #34761D
Black with #34761D
Text Example
Text Example
White with #34761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34761D; }
p { color: rgb(52,118,29); }
H1.HeaderClassName
{
color: #34761D;
}
.AnyTagClassName
{
color: #34761D;
}
</style>
background-color css
<style>
a { background-color: #34761D; }
a { background-color: rgb(52,118,29); }
div.DivClassName
{
background-color: #34761D;
}
.BgClassName
{
background-color: #34761D;
}
</style>
border-color css
<style>
span { border-color: #34761D; }
span { border-color: rgb(52,118,29); }
td.TdClassName
{
border-color: #34761D;
}
.TagClassName
{
border-color: #34761D;
}
</style>