Shades of Bilbao #3A730C
Tints of Bilbao #3A730C
RGB
CMYK
RGB Variations
Color information
#3A730C (or 0x3A730C) is known color: Bilbao. HEX triplet: 3A, 73 and 0C. RGB value is (58,115,12). Sum of RGB (Red+Green+Blue) = 58+115+12=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #3A730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A730C is #C58CF3. Grayscale: #565656. Windows color (decimal): -12946676 or 815930. OLE color: 815930.
HSL color Cylindrical-coordinate representation of color #3A730C: hue angle of 93.2º degrees, saturation: 0.81, 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 #3A730C is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 115 | 12 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.55 |
| HSL | 93.2º | 0.81% | 0.25% | - |
| HSV(B) | 93.2º | 0.9% | 0.45% | - |
| XYZ | 7.94 | 13.19 | 2.47 | - |
| YUV | 86.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 12 | 0.50 | 0 | 0.90 | 0.55 | 93.2 | 0.81 | 0.25 |
| Hex | 3A | 73 | C | 32 | 0 | 5A | 37 | 5D | 51 | 19 |
| Octal | 72 | 163 | 14 | 62 | 0 | 132 | 67 | 135 | 121 | 31 |
| Binary | 111010 | 1110011 | 1100 | 110010 | 0 | 1011010 | 110111 | 1011101 | 1010001 | 11001 |
Color Harmonies of #3A730C
Complementary color
Monochromatic Colors of #3A730C
Black with #3A730C
Text Example
Text Example
White with #3A730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A730C; }
p { color: rgb(58,115,12); }
H1.HeaderClassName
{
color: #3A730C;
}
.AnyTagClassName
{
color: #3A730C;
}
</style>
background-color css
<style>
a { background-color: #3A730C; }
a { background-color: rgb(58,115,12); }
div.DivClassName
{
background-color: #3A730C;
}
.BgClassName
{
background-color: #3A730C;
}
</style>
border-color css
<style>
span { border-color: #3A730C; }
span { border-color: rgb(58,115,12); }
td.TdClassName
{
border-color: #3A730C;
}
.TagClassName
{
border-color: #3A730C;
}
</style>