Shades of Bilbao #3A730B
Tints of Bilbao #3A730B
RGB
CMYK
RGB Variations
Color information
#3A730B (or 0x3A730B) is known color: Bilbao. HEX triplet: 3A, 73 and 0B. RGB value is (58,115,11). Sum of RGB (Red+Green+Blue) = 58+115+11=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #3A730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A730B is #C58CF4. Grayscale: #565656. Windows color (decimal): -12946677 or 750394. OLE color: 750394.
HSL color Cylindrical-coordinate representation of color #3A730B: hue angle of 92.88º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A730B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 11 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.55 |
| HSL | 92.88º | 0.83% | 0.25% | - |
| HSV(B) | 92.88º | 0.9% | 0.45% | - |
| XYZ | 7.94 | 13.19 | 2.44 | - |
| YUV | 86.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 11 | 0.50 | 0 | 0.90 | 0.55 | 92.88 | 0.83 | 0.25 |
| Hex | 3A | 73 | B | 32 | 0 | 5A | 37 | 5D | 53 | 19 |
| Octal | 72 | 163 | 13 | 62 | 0 | 132 | 67 | 135 | 123 | 31 |
| Binary | 111010 | 1110011 | 1011 | 110010 | 0 | 1011010 | 110111 | 1011101 | 1010011 | 11001 |
Color Harmonies of #3A730B
Complementary color
Monochromatic Colors of #3A730B
Black with #3A730B
Text Example
Text Example
White with #3A730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A730B; }
p { color: rgb(58,115,11); }
H1.HeaderClassName
{
color: #3A730B;
}
.AnyTagClassName
{
color: #3A730B;
}
</style>
background-color css
<style>
a { background-color: #3A730B; }
a { background-color: rgb(58,115,11); }
div.DivClassName
{
background-color: #3A730B;
}
.BgClassName
{
background-color: #3A730B;
}
</style>
border-color css
<style>
span { border-color: #3A730B; }
span { border-color: rgb(58,115,11); }
td.TdClassName
{
border-color: #3A730B;
}
.TagClassName
{
border-color: #3A730B;
}
</style>