Shades of Bilbao #34860D
Tints of Bilbao #34860D
RGB
CMYK
RGB Variations
Color information
#34860D (or 0x34860D) is known color: Bilbao. HEX triplet: 34, 86 and 0D. RGB value is (52,134,13). Sum of RGB (Red+Green+Blue) = 52+134+13=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #34860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34860D is #CB79F2. Grayscale: #606060. Windows color (decimal): -13335027 or 886324. OLE color: 886324.
HSL color Cylindrical-coordinate representation of color #34860D: hue angle of 100.66º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34860D is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 13 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.47 |
| HSL | 100.66º | 0.82% | 0.29% | - |
| HSV(B) | 100.66º | 0.9% | 0.53% | - |
| XYZ | 10.01 | 17.81 | 3.29 | - |
| YUV | 95.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 13 | 0.61 | 0 | 0.90 | 0.47 | 100.66 | 0.82 | 0.29 |
| Hex | 34 | 86 | D | 3D | 0 | 5A | 2F | 65 | 52 | 1D |
| Octal | 64 | 206 | 15 | 75 | 0 | 132 | 57 | 145 | 122 | 35 |
| Binary | 110100 | 10000110 | 1101 | 111101 | 0 | 1011010 | 101111 | 1100101 | 1010010 | 11101 |
Color Harmonies of #34860D
Complementary color
Monochromatic Colors of #34860D
Black with #34860D
Text Example
Text Example
White with #34860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34860D; }
p { color: rgb(52,134,13); }
H1.HeaderClassName
{
color: #34860D;
}
.AnyTagClassName
{
color: #34860D;
}
</style>
background-color css
<style>
a { background-color: #34860D; }
a { background-color: rgb(52,134,13); }
div.DivClassName
{
background-color: #34860D;
}
.BgClassName
{
background-color: #34860D;
}
</style>
border-color css
<style>
span { border-color: #34860D; }
span { border-color: rgb(52,134,13); }
td.TdClassName
{
border-color: #34860D;
}
.TagClassName
{
border-color: #34860D;
}
</style>