Shades of Bilbao #3A850B
Tints of Bilbao #3A850B
RGB
CMYK
RGB Variations
Color information
#3A850B (or 0x3A850B) is known color: Bilbao. HEX triplet: 3A, 85 and 0B. RGB value is (58,133,11). Sum of RGB (Red+Green+Blue) = 58+133+11=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #3A850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A850B is #C57AF4. Grayscale: #616161. Windows color (decimal): -12942069 or 755002. OLE color: 755002.
HSL color Cylindrical-coordinate representation of color #3A850B: hue angle of 96.89º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A850B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 11 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.48 |
| HSL | 96.89º | 0.85% | 0.28% | - |
| HSV(B) | 96.89º | 0.92% | 0.52% | - |
| XYZ | 10.19 | 17.7 | 3.2 | - |
| YUV | 96.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 11 | 0.56 | 0 | 0.92 | 0.48 | 96.89 | 0.85 | 0.28 |
| Hex | 3A | 85 | B | 38 | 0 | 5C | 30 | 61 | 55 | 1C |
| Octal | 72 | 205 | 13 | 70 | 0 | 134 | 60 | 141 | 125 | 34 |
| Binary | 111010 | 10000101 | 1011 | 111000 | 0 | 1011100 | 110000 | 1100001 | 1010101 | 11100 |
Color Harmonies of #3A850B
Complementary color
Monochromatic Colors of #3A850B
Black with #3A850B
Text Example
Text Example
White with #3A850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A850B; }
p { color: rgb(58,133,11); }
H1.HeaderClassName
{
color: #3A850B;
}
.AnyTagClassName
{
color: #3A850B;
}
</style>
background-color css
<style>
a { background-color: #3A850B; }
a { background-color: rgb(58,133,11); }
div.DivClassName
{
background-color: #3A850B;
}
.BgClassName
{
background-color: #3A850B;
}
</style>
border-color css
<style>
span { border-color: #3A850B; }
span { border-color: rgb(58,133,11); }
td.TdClassName
{
border-color: #3A850B;
}
.TagClassName
{
border-color: #3A850B;
}
</style>