Shades of Bilbao #3A8709
Tints of Bilbao #3A8709
RGB
CMYK
RGB Variations
Color information
#3A8709 (or 0x3A8709) is known color: Bilbao. HEX triplet: 3A, 87 and 09. RGB value is (58,135,9). Sum of RGB (Red+Green+Blue) = 58+135+9=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8709 is #C578F6. Grayscale: #626262. Windows color (decimal): -12941559 or 624442. OLE color: 624442.
HSL color Cylindrical-coordinate representation of color #3A8709: hue angle of 96.67º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A8709 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 9 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.47 |
| HSL | 96.67º | 0.88% | 0.28% | - |
| HSV(B) | 96.67º | 0.93% | 0.53% | - |
| XYZ | 10.46 | 18.25 | 3.23 | - |
| YUV | 97.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 9 | 0.57 | 0 | 0.93 | 0.47 | 96.67 | 0.88 | 0.28 |
| Hex | 3A | 87 | 9 | 39 | 0 | 5D | 2F | 61 | 58 | 1C |
| Octal | 72 | 207 | 11 | 71 | 0 | 135 | 57 | 141 | 130 | 34 |
| Binary | 111010 | 10000111 | 1001 | 111001 | 0 | 1011101 | 101111 | 1100001 | 1011000 | 11100 |
Color Harmonies of #3A8709
Complementary color
Monochromatic Colors of #3A8709
Black with #3A8709
Text Example
Text Example
White with #3A8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8709; }
p { color: rgb(58,135,9); }
H1.HeaderClassName
{
color: #3A8709;
}
.AnyTagClassName
{
color: #3A8709;
}
</style>
background-color css
<style>
a { background-color: #3A8709; }
a { background-color: rgb(58,135,9); }
div.DivClassName
{
background-color: #3A8709;
}
.BgClassName
{
background-color: #3A8709;
}
</style>
border-color css
<style>
span { border-color: #3A8709; }
span { border-color: rgb(58,135,9); }
td.TdClassName
{
border-color: #3A8709;
}
.TagClassName
{
border-color: #3A8709;
}
</style>