Shades of Bilbao #34740A
Tints of Bilbao #34740A
RGB
CMYK
RGB Variations
Color information
#34740A (or 0x34740A) is known color: Bilbao. HEX triplet: 34, 74 and 0A. RGB value is (52,116,10). Sum of RGB (Red+Green+Blue) = 52+116+10=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #34740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34740A is #CB8BF5. Grayscale: #555555. Windows color (decimal): -13339638 or 685108. OLE color: 685108.
HSL color Cylindrical-coordinate representation of color #34740A: hue angle of 96.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34740A is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 10 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.55 |
| HSL | 96.23º | 0.84% | 0.25% | - |
| HSV(B) | 96.23º | 0.91% | 0.45% | - |
| XYZ | 7.72 | 13.24 | 2.44 | - |
| YUV | 84.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 10 | 0.55 | 0 | 0.91 | 0.55 | 96.23 | 0.84 | 0.25 |
| Hex | 34 | 74 | A | 37 | 0 | 5B | 37 | 60 | 54 | 19 |
| Octal | 64 | 164 | 12 | 67 | 0 | 133 | 67 | 140 | 124 | 31 |
| Binary | 110100 | 1110100 | 1010 | 110111 | 0 | 1011011 | 110111 | 1100000 | 1010100 | 11001 |
Color Harmonies of #34740A
Complementary color
Monochromatic Colors of #34740A
Black with #34740A
Text Example
Text Example
White with #34740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34740A; }
p { color: rgb(52,116,10); }
H1.HeaderClassName
{
color: #34740A;
}
.AnyTagClassName
{
color: #34740A;
}
</style>
background-color css
<style>
a { background-color: #34740A; }
a { background-color: rgb(52,116,10); }
div.DivClassName
{
background-color: #34740A;
}
.BgClassName
{
background-color: #34740A;
}
</style>
border-color css
<style>
span { border-color: #34740A; }
span { border-color: rgb(52,116,10); }
td.TdClassName
{
border-color: #34740A;
}
.TagClassName
{
border-color: #34740A;
}
</style>