Shades of Bilbao #34700D
Tints of Bilbao #34700D
RGB
CMYK
RGB Variations
Color information
#34700D (or 0x34700D) is known color: Bilbao. HEX triplet: 34, 70 and 0D. RGB value is (52,112,13). Sum of RGB (Red+Green+Blue) = 52+112+13=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #34700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34700D is #CB8FF2. Grayscale: #535353. Windows color (decimal): -13340659 or 880692. OLE color: 880692.
HSL color Cylindrical-coordinate representation of color #34700D: hue angle of 96.36º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34700D is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 13 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.56 |
| HSL | 96.36º | 0.79% | 0.25% | - |
| HSV(B) | 96.36º | 0.88% | 0.44% | - |
| XYZ | 7.28 | 12.35 | 2.38 | - |
| YUV | 82.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 13 | 0.54 | 0 | 0.88 | 0.56 | 96.36 | 0.79 | 0.25 |
| Hex | 34 | 70 | D | 36 | 0 | 58 | 38 | 60 | 4F | 19 |
| Octal | 64 | 160 | 15 | 66 | 0 | 130 | 70 | 140 | 117 | 31 |
| Binary | 110100 | 1110000 | 1101 | 110110 | 0 | 1011000 | 111000 | 1100000 | 1001111 | 11001 |
Color Harmonies of #34700D
Complementary color
Monochromatic Colors of #34700D
Black with #34700D
Text Example
Text Example
White with #34700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34700D; }
p { color: rgb(52,112,13); }
H1.HeaderClassName
{
color: #34700D;
}
.AnyTagClassName
{
color: #34700D;
}
</style>
background-color css
<style>
a { background-color: #34700D; }
a { background-color: rgb(52,112,13); }
div.DivClassName
{
background-color: #34700D;
}
.BgClassName
{
background-color: #34700D;
}
</style>
border-color css
<style>
span { border-color: #34700D; }
span { border-color: rgb(52,112,13); }
td.TdClassName
{
border-color: #34700D;
}
.TagClassName
{
border-color: #34700D;
}
</style>