Shades of Bilbao #34750E
Tints of Bilbao #34750E
RGB
CMYK
RGB Variations
Color information
#34750E (or 0x34750E) is known color: Bilbao. HEX triplet: 34, 75 and 0E. RGB value is (52,117,14). Sum of RGB (Red+Green+Blue) = 52+117+14=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #34750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34750E is #CB8AF1. Grayscale: #565656. Windows color (decimal): -13339378 or 947508. OLE color: 947508.
HSL color Cylindrical-coordinate representation of color #34750E: hue angle of 97.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34750E is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 117 | 14 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.54 |
| HSL | 97.86º | 0.79% | 0.26% | - |
| HSV(B) | 97.86º | 0.88% | 0.46% | - |
| XYZ | 7.86 | 13.48 | 2.6 | - |
| YUV | 85.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 14 | 0.56 | 0 | 0.88 | 0.54 | 97.86 | 0.79 | 0.26 |
| Hex | 34 | 75 | E | 38 | 0 | 58 | 36 | 62 | 4F | 1A |
| Octal | 64 | 165 | 16 | 70 | 0 | 130 | 66 | 142 | 117 | 32 |
| Binary | 110100 | 1110101 | 1110 | 111000 | 0 | 1011000 | 110110 | 1100010 | 1001111 | 11010 |
Color Harmonies of #34750E
Complementary color
Monochromatic Colors of #34750E
Black with #34750E
Text Example
Text Example
White with #34750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34750E; }
p { color: rgb(52,117,14); }
H1.HeaderClassName
{
color: #34750E;
}
.AnyTagClassName
{
color: #34750E;
}
</style>
background-color css
<style>
a { background-color: #34750E; }
a { background-color: rgb(52,117,14); }
div.DivClassName
{
background-color: #34750E;
}
.BgClassName
{
background-color: #34750E;
}
</style>
border-color css
<style>
span { border-color: #34750E; }
span { border-color: rgb(52,117,14); }
td.TdClassName
{
border-color: #34750E;
}
.TagClassName
{
border-color: #34750E;
}
</style>