Shades of Bilbao #3A861A
Tints of Bilbao #3A861A
RGB
CMYK
RGB Variations
Color information
#3A861A (or 0x3A861A) is known color: Bilbao. HEX triplet: 3A, 86 and 1A. RGB value is (58,134,26). Sum of RGB (Red+Green+Blue) = 58+134+26=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #3A861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A861A is #C579E5. Grayscale: #636363. Windows color (decimal): -12941798 or 1738298. OLE color: 1738298.
HSL color Cylindrical-coordinate representation of color #3A861A: hue angle of 102.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A861A is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 26 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.47 |
| HSL | 102.22º | 0.68% | 0.31% | - |
| HSV(B) | 102.22º | 0.81% | 0.53% | - |
| XYZ | 10.46 | 18.02 | 3.91 | - |
| YUV | 98.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 26 | 0.57 | 0 | 0.81 | 0.47 | 102.22 | 0.68 | 0.31 |
| Hex | 3A | 86 | 1A | 39 | 0 | 51 | 2F | 66 | 44 | 1F |
| Octal | 72 | 206 | 32 | 71 | 0 | 121 | 57 | 146 | 104 | 37 |
| Binary | 111010 | 10000110 | 11010 | 111001 | 0 | 1010001 | 101111 | 1100110 | 1000100 | 11111 |
Color Harmonies of #3A861A
Complementary color
Monochromatic Colors of #3A861A
Black with #3A861A
Text Example
Text Example
White with #3A861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A861A; }
p { color: rgb(58,134,26); }
H1.HeaderClassName
{
color: #3A861A;
}
.AnyTagClassName
{
color: #3A861A;
}
</style>
background-color css
<style>
a { background-color: #3A861A; }
a { background-color: rgb(58,134,26); }
div.DivClassName
{
background-color: #3A861A;
}
.BgClassName
{
background-color: #3A861A;
}
</style>
border-color css
<style>
span { border-color: #3A861A; }
span { border-color: rgb(58,134,26); }
td.TdClassName
{
border-color: #3A861A;
}
.TagClassName
{
border-color: #3A861A;
}
</style>