Shades of Bilbao #3A8908
Tints of Bilbao #3A8908
RGB
CMYK
RGB Variations
Color information
#3A8908 (or 0x3A8908) is known color: Bilbao. HEX triplet: 3A, 89 and 08. RGB value is (58,137,8). Sum of RGB (Red+Green+Blue) = 58+137+8=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8908 is #C576F7. Grayscale: #636363. Windows color (decimal): -12941048 or 559418. OLE color: 559418.
HSL color Cylindrical-coordinate representation of color #3A8908: hue angle of 96.74º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A8908 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 8 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.46 |
| HSL | 96.74º | 0.89% | 0.28% | - |
| HSV(B) | 96.74º | 0.94% | 0.54% | - |
| XYZ | 10.73 | 18.81 | 3.29 | - |
| YUV | 98.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 8 | 0.58 | 0 | 0.94 | 0.46 | 96.74 | 0.89 | 0.28 |
| Hex | 3A | 89 | 8 | 3A | 0 | 5E | 2E | 61 | 59 | 1C |
| Octal | 72 | 211 | 10 | 72 | 0 | 136 | 56 | 141 | 131 | 34 |
| Binary | 111010 | 10001001 | 1000 | 111010 | 0 | 1011110 | 101110 | 1100001 | 1011001 | 11100 |
Color Harmonies of #3A8908
Complementary color
Monochromatic Colors of #3A8908
Black with #3A8908
Text Example
Text Example
White with #3A8908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8908; }
p { color: rgb(58,137,8); }
H1.HeaderClassName
{
color: #3A8908;
}
.AnyTagClassName
{
color: #3A8908;
}
</style>
background-color css
<style>
a { background-color: #3A8908; }
a { background-color: rgb(58,137,8); }
div.DivClassName
{
background-color: #3A8908;
}
.BgClassName
{
background-color: #3A8908;
}
</style>
border-color css
<style>
span { border-color: #3A8908; }
span { border-color: rgb(58,137,8); }
td.TdClassName
{
border-color: #3A8908;
}
.TagClassName
{
border-color: #3A8908;
}
</style>