Shades of Bilbao #3A8909
Tints of Bilbao #3A8909
RGB
CMYK
RGB Variations
Color information
#3A8909 (or 0x3A8909) is known color: Bilbao. HEX triplet: 3A, 89 and 09. RGB value is (58,137,9). Sum of RGB (Red+Green+Blue) = 58+137+9=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8909 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8909 is #C576F6. Grayscale: #636363. Windows color (decimal): -12941047 or 624954. OLE color: 624954.
HSL color Cylindrical-coordinate representation of color #3A8909: hue angle of 97.03º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A8909 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 9 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.46 |
| HSL | 97.03º | 0.88% | 0.29% | - |
| HSV(B) | 97.03º | 0.93% | 0.54% | - |
| XYZ | 10.74 | 18.81 | 3.32 | - |
| YUV | 98.79 | 77.33 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 9 | 0.58 | 0 | 0.93 | 0.46 | 97.03 | 0.88 | 0.29 |
| Hex | 3A | 89 | 9 | 3A | 0 | 5D | 2E | 61 | 58 | 1D |
| Octal | 72 | 211 | 11 | 72 | 0 | 135 | 56 | 141 | 130 | 35 |
| Binary | 111010 | 10001001 | 1001 | 111010 | 0 | 1011101 | 101110 | 1100001 | 1011000 | 11101 |
Color Harmonies of #3A8909
Complementary color
Monochromatic Colors of #3A8909
Black with #3A8909
Text Example
Text Example
White with #3A8909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8909; }
p { color: rgb(58,137,9); }
H1.HeaderClassName
{
color: #3A8909;
}
.AnyTagClassName
{
color: #3A8909;
}
</style>
background-color css
<style>
a { background-color: #3A8909; }
a { background-color: rgb(58,137,9); }
div.DivClassName
{
background-color: #3A8909;
}
.BgClassName
{
background-color: #3A8909;
}
</style>
border-color css
<style>
span { border-color: #3A8909; }
span { border-color: rgb(58,137,9); }
td.TdClassName
{
border-color: #3A8909;
}
.TagClassName
{
border-color: #3A8909;
}
</style>