Shades of Bilbao #34730D
Tints of Bilbao #34730D
RGB
CMYK
RGB Variations
Color information
#34730D (or 0x34730D) is known color: Bilbao. HEX triplet: 34, 73 and 0D. RGB value is (52,115,13). Sum of RGB (Red+Green+Blue) = 52+115+13=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #34730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34730D is #CB8CF2. Grayscale: #545454. Windows color (decimal): -13339891 or 881460. OLE color: 881460.
HSL color Cylindrical-coordinate representation of color #34730D: hue angle of 97.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34730D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 13 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.55 |
| HSL | 97.06º | 0.8% | 0.25% | - |
| HSV(B) | 97.06º | 0.89% | 0.45% | - |
| XYZ | 7.62 | 13.02 | 2.49 | - |
| YUV | 84.54 | 87.63 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 13 | 0.55 | 0 | 0.89 | 0.55 | 97.06 | 0.8 | 0.25 |
| Hex | 34 | 73 | D | 37 | 0 | 59 | 37 | 61 | 50 | 19 |
| Octal | 64 | 163 | 15 | 67 | 0 | 131 | 67 | 141 | 120 | 31 |
| Binary | 110100 | 1110011 | 1101 | 110111 | 0 | 1011001 | 110111 | 1100001 | 1010000 | 11001 |
Color Harmonies of #34730D
Complementary color
Monochromatic Colors of #34730D
Black with #34730D
Text Example
Text Example
White with #34730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34730D; }
p { color: rgb(52,115,13); }
H1.HeaderClassName
{
color: #34730D;
}
.AnyTagClassName
{
color: #34730D;
}
</style>
background-color css
<style>
a { background-color: #34730D; }
a { background-color: rgb(52,115,13); }
div.DivClassName
{
background-color: #34730D;
}
.BgClassName
{
background-color: #34730D;
}
</style>
border-color css
<style>
span { border-color: #34730D; }
span { border-color: rgb(52,115,13); }
td.TdClassName
{
border-color: #34730D;
}
.TagClassName
{
border-color: #34730D;
}
</style>