Shades of Bilbao #3A881A
Tints of Bilbao #3A881A
RGB
CMYK
RGB Variations
Color information
#3A881A (or 0x3A881A) is known color: Bilbao. HEX triplet: 3A, 88 and 1A. RGB value is (58,136,26). Sum of RGB (Red+Green+Blue) = 58+136+26=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #3A881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A881A is #C577E5. Grayscale: #646464. Windows color (decimal): -12941286 or 1738810. OLE color: 1738810.
HSL color Cylindrical-coordinate representation of color #3A881A: hue angle of 102.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A881A is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 26 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.47 |
| HSL | 102.55º | 0.68% | 0.32% | - |
| HSV(B) | 102.55º | 0.81% | 0.53% | - |
| XYZ | 10.74 | 18.58 | 4 | - |
| YUV | 100.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 26 | 0.57 | 0 | 0.81 | 0.47 | 102.55 | 0.68 | 0.32 |
| Hex | 3A | 88 | 1A | 39 | 0 | 51 | 2F | 67 | 44 | 20 |
| Octal | 72 | 210 | 32 | 71 | 0 | 121 | 57 | 147 | 104 | 40 |
| Binary | 111010 | 10001000 | 11010 | 111001 | 0 | 1010001 | 101111 | 1100111 | 1000100 | 100000 |
Color Harmonies of #3A881A
Complementary color
Monochromatic Colors of #3A881A
Black with #3A881A
Text Example
Text Example
White with #3A881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A881A; }
p { color: rgb(58,136,26); }
H1.HeaderClassName
{
color: #3A881A;
}
.AnyTagClassName
{
color: #3A881A;
}
</style>
background-color css
<style>
a { background-color: #3A881A; }
a { background-color: rgb(58,136,26); }
div.DivClassName
{
background-color: #3A881A;
}
.BgClassName
{
background-color: #3A881A;
}
</style>
border-color css
<style>
span { border-color: #3A881A; }
span { border-color: rgb(58,136,26); }
td.TdClassName
{
border-color: #3A881A;
}
.TagClassName
{
border-color: #3A881A;
}
</style>