Shades of Bilbao #34700A
Tints of Bilbao #34700A
RGB
CMYK
RGB Variations
Color information
#34700A (or 0x34700A) is known color: Bilbao. HEX triplet: 34, 70 and 0A. RGB value is (52,112,10). Sum of RGB (Red+Green+Blue) = 52+112+10=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #34700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34700A is #CB8FF5. Grayscale: #525252. Windows color (decimal): -13340662 or 684084. OLE color: 684084.
HSL color Cylindrical-coordinate representation of color #34700A: hue angle of 95.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34700A is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 10 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.56 |
| HSL | 95.29º | 0.84% | 0.24% | - |
| HSV(B) | 95.29º | 0.91% | 0.44% | - |
| XYZ | 7.27 | 12.34 | 2.29 | - |
| YUV | 82.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 10 | 0.54 | 0 | 0.91 | 0.56 | 95.29 | 0.84 | 0.24 |
| Hex | 34 | 70 | A | 36 | 0 | 5B | 38 | 5F | 54 | 18 |
| Octal | 64 | 160 | 12 | 66 | 0 | 133 | 70 | 137 | 124 | 30 |
| Binary | 110100 | 1110000 | 1010 | 110110 | 0 | 1011011 | 111000 | 1011111 | 1010100 | 11000 |
Color Harmonies of #34700A
Complementary color
Monochromatic Colors of #34700A
Black with #34700A
Text Example
Text Example
White with #34700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34700A; }
p { color: rgb(52,112,10); }
H1.HeaderClassName
{
color: #34700A;
}
.AnyTagClassName
{
color: #34700A;
}
</style>
background-color css
<style>
a { background-color: #34700A; }
a { background-color: rgb(52,112,10); }
div.DivClassName
{
background-color: #34700A;
}
.BgClassName
{
background-color: #34700A;
}
</style>
border-color css
<style>
span { border-color: #34700A; }
span { border-color: rgb(52,112,10); }
td.TdClassName
{
border-color: #34700A;
}
.TagClassName
{
border-color: #34700A;
}
</style>