Shades of Bilbao #3A8A09
Tints of Bilbao #3A8A09
RGB
CMYK
RGB Variations
Color information
#3A8A09 (or 0x3A8A09) is known color: Bilbao. HEX triplet: 3A, 8A and 09. RGB value is (58,138,9). Sum of RGB (Red+Green+Blue) = 58+138+9=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8A09 is #C575F6. Grayscale: #636363. Windows color (decimal): -12940791 or 625210. OLE color: 625210.
HSL color Cylindrical-coordinate representation of color #3A8A09: hue angle of 97.21º 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 #3A8A09 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 9 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.46 |
| HSL | 97.21º | 0.88% | 0.29% | - |
| HSV(B) | 97.21º | 0.93% | 0.54% | - |
| XYZ | 10.88 | 19.1 | 3.37 | - |
| YUV | 99.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 9 | 0.58 | 0 | 0.93 | 0.46 | 97.21 | 0.88 | 0.29 |
| Hex | 3A | 8A | 9 | 3A | 0 | 5D | 2E | 61 | 58 | 1D |
| Octal | 72 | 212 | 11 | 72 | 0 | 135 | 56 | 141 | 130 | 35 |
| Binary | 111010 | 10001010 | 1001 | 111010 | 0 | 1011101 | 101110 | 1100001 | 1011000 | 11101 |
Color Harmonies of #3A8A09
Complementary color
Monochromatic Colors of #3A8A09
Black with #3A8A09
Text Example
Text Example
White with #3A8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A09; }
p { color: rgb(58,138,9); }
H1.HeaderClassName
{
color: #3A8A09;
}
.AnyTagClassName
{
color: #3A8A09;
}
</style>
background-color css
<style>
a { background-color: #3A8A09; }
a { background-color: rgb(58,138,9); }
div.DivClassName
{
background-color: #3A8A09;
}
.BgClassName
{
background-color: #3A8A09;
}
</style>
border-color css
<style>
span { border-color: #3A8A09; }
span { border-color: rgb(58,138,9); }
td.TdClassName
{
border-color: #3A8A09;
}
.TagClassName
{
border-color: #3A8A09;
}
</style>