Shades of Bilbao #3A8601
Tints of Bilbao #3A8601
RGB
CMYK
RGB Variations
Color information
#3A8601 (or 0x3A8601) is known color: Bilbao. HEX triplet: 3A, 86 and 01. RGB value is (58,134,1). Sum of RGB (Red+Green+Blue) = 58+134+1=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8601 is #C579FE. Grayscale: #606060. Windows color (decimal): -12941823 or 99898. OLE color: 99898.
HSL color Cylindrical-coordinate representation of color #3A8601: hue angle of 94.29º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A8601 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.47 |
| HSL | 94.29º | 0.99% | 0.26% | - |
| HSV(B) | 94.29º | 0.99% | 0.53% | - |
| XYZ | 10.28 | 17.95 | 2.95 | - |
| YUV | 96.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 1 | 0.57 | 0 | 0.99 | 0.47 | 94.29 | 0.99 | 0.26 |
| Hex | 3A | 86 | 1 | 39 | 0 | 63 | 2F | 5E | 63 | 1A |
| Octal | 72 | 206 | 1 | 71 | 0 | 143 | 57 | 136 | 143 | 32 |
| Binary | 111010 | 10000110 | 1 | 111001 | 0 | 1100011 | 101111 | 1011110 | 1100011 | 11010 |
Color Harmonies of #3A8601
Complementary color
Monochromatic Colors of #3A8601
Black with #3A8601
Text Example
Text Example
White with #3A8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8601; }
p { color: rgb(58,134,1); }
H1.HeaderClassName
{
color: #3A8601;
}
.AnyTagClassName
{
color: #3A8601;
}
</style>
background-color css
<style>
a { background-color: #3A8601; }
a { background-color: rgb(58,134,1); }
div.DivClassName
{
background-color: #3A8601;
}
.BgClassName
{
background-color: #3A8601;
}
</style>
border-color css
<style>
span { border-color: #3A8601; }
span { border-color: rgb(58,134,1); }
td.TdClassName
{
border-color: #3A8601;
}
.TagClassName
{
border-color: #3A8601;
}
</style>