Shades of Bilbao #34840D
Tints of Bilbao #34840D
RGB
CMYK
RGB Variations
Color information
#34840D (or 0x34840D) is known color: Bilbao. HEX triplet: 34, 84 and 0D. RGB value is (52,132,13). Sum of RGB (Red+Green+Blue) = 52+132+13=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #34840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34840D is #CB7BF2. Grayscale: #5E5E5E. Windows color (decimal): -13335539 or 885812. OLE color: 885812.
HSL color Cylindrical-coordinate representation of color #34840D: hue angle of 100.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34840D is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 13 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.48 |
| HSL | 100.34º | 0.82% | 0.28% | - |
| HSV(B) | 100.34º | 0.9% | 0.52% | - |
| XYZ | 9.74 | 17.26 | 3.2 | - |
| YUV | 94.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 13 | 0.61 | 0 | 0.90 | 0.48 | 100.34 | 0.82 | 0.28 |
| Hex | 34 | 84 | D | 3D | 0 | 5A | 30 | 64 | 52 | 1C |
| Octal | 64 | 204 | 15 | 75 | 0 | 132 | 60 | 144 | 122 | 34 |
| Binary | 110100 | 10000100 | 1101 | 111101 | 0 | 1011010 | 110000 | 1100100 | 1010010 | 11100 |
Color Harmonies of #34840D
Complementary color
Monochromatic Colors of #34840D
Black with #34840D
Text Example
Text Example
White with #34840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34840D; }
p { color: rgb(52,132,13); }
H1.HeaderClassName
{
color: #34840D;
}
.AnyTagClassName
{
color: #34840D;
}
</style>
background-color css
<style>
a { background-color: #34840D; }
a { background-color: rgb(52,132,13); }
div.DivClassName
{
background-color: #34840D;
}
.BgClassName
{
background-color: #34840D;
}
</style>
border-color css
<style>
span { border-color: #34840D; }
span { border-color: rgb(52,132,13); }
td.TdClassName
{
border-color: #34840D;
}
.TagClassName
{
border-color: #34840D;
}
</style>