Shades of Bilbao #3A8717
Tints of Bilbao #3A8717
RGB
CMYK
RGB Variations
Color information
#3A8717 (or 0x3A8717) is known color: Bilbao. HEX triplet: 3A, 87 and 17. RGB value is (58,135,23). Sum of RGB (Red+Green+Blue) = 58+135+23=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #3A8717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8717 is #C578E8. Grayscale: #636363. Windows color (decimal): -12941545 or 1541946. OLE color: 1541946.
HSL color Cylindrical-coordinate representation of color #3A8717: hue angle of 101.25º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A8717 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 23 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.47 |
| HSL | 101.25º | 0.71% | 0.31% | - |
| HSV(B) | 101.25º | 0.83% | 0.53% | - |
| XYZ | 10.56 | 18.29 | 3.78 | - |
| YUV | 99.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 23 | 0.57 | 0 | 0.83 | 0.47 | 101.25 | 0.71 | 0.31 |
| Hex | 3A | 87 | 17 | 39 | 0 | 53 | 2F | 65 | 47 | 1F |
| Octal | 72 | 207 | 27 | 71 | 0 | 123 | 57 | 145 | 107 | 37 |
| Binary | 111010 | 10000111 | 10111 | 111001 | 0 | 1010011 | 101111 | 1100101 | 1000111 | 11111 |
Color Harmonies of #3A8717
Complementary color
Monochromatic Colors of #3A8717
Black with #3A8717
Text Example
Text Example
White with #3A8717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8717; }
p { color: rgb(58,135,23); }
H1.HeaderClassName
{
color: #3A8717;
}
.AnyTagClassName
{
color: #3A8717;
}
</style>
background-color css
<style>
a { background-color: #3A8717; }
a { background-color: rgb(58,135,23); }
div.DivClassName
{
background-color: #3A8717;
}
.BgClassName
{
background-color: #3A8717;
}
</style>
border-color css
<style>
span { border-color: #3A8717; }
span { border-color: rgb(58,135,23); }
td.TdClassName
{
border-color: #3A8717;
}
.TagClassName
{
border-color: #3A8717;
}
</style>