Shades of Bilbao #34760C
Tints of Bilbao #34760C
RGB
CMYK
RGB Variations
Color information
#34760C (or 0x34760C) is known color: Bilbao. HEX triplet: 34, 76 and 0C. RGB value is (52,118,12). Sum of RGB (Red+Green+Blue) = 52+118+12=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #34760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34760C is #CB89F3. Grayscale: #565656. Windows color (decimal): -13339124 or 816692. OLE color: 816692.
HSL color Cylindrical-coordinate representation of color #34760C: hue angle of 97.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34760C is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 12 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.54 |
| HSL | 97.36º | 0.82% | 0.25% | - |
| HSV(B) | 97.36º | 0.9% | 0.46% | - |
| XYZ | 7.96 | 13.71 | 2.58 | - |
| YUV | 86.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 12 | 0.56 | 0 | 0.90 | 0.54 | 97.36 | 0.82 | 0.25 |
| Hex | 34 | 76 | C | 38 | 0 | 5A | 36 | 61 | 52 | 19 |
| Octal | 64 | 166 | 14 | 70 | 0 | 132 | 66 | 141 | 122 | 31 |
| Binary | 110100 | 1110110 | 1100 | 111000 | 0 | 1011010 | 110110 | 1100001 | 1010010 | 11001 |
Color Harmonies of #34760C
Complementary color
Monochromatic Colors of #34760C
Black with #34760C
Text Example
Text Example
White with #34760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34760C; }
p { color: rgb(52,118,12); }
H1.HeaderClassName
{
color: #34760C;
}
.AnyTagClassName
{
color: #34760C;
}
</style>
background-color css
<style>
a { background-color: #34760C; }
a { background-color: rgb(52,118,12); }
div.DivClassName
{
background-color: #34760C;
}
.BgClassName
{
background-color: #34760C;
}
</style>
border-color css
<style>
span { border-color: #34760C; }
span { border-color: rgb(52,118,12); }
td.TdClassName
{
border-color: #34760C;
}
.TagClassName
{
border-color: #34760C;
}
</style>