Shades of Bilbao #3A881B
Tints of Bilbao #3A881B
RGB
CMYK
RGB Variations
Color information
#3A881B (or 0x3A881B) is known color: Bilbao. HEX triplet: 3A, 88 and 1B. RGB value is (58,136,27). Sum of RGB (Red+Green+Blue) = 58+136+27=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #3A881B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A881B is #C577E4. Grayscale: #646464. Windows color (decimal): -12941285 or 1804346. OLE color: 1804346.
HSL color Cylindrical-coordinate representation of color #3A881B: hue angle of 102.94º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A881B is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 27 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.47 |
| HSL | 102.94º | 0.67% | 0.32% | - |
| HSV(B) | 102.94º | 0.8% | 0.53% | - |
| XYZ | 10.75 | 18.59 | 4.06 | - |
| YUV | 100.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 27 | 0.57 | 0 | 0.80 | 0.47 | 102.94 | 0.67 | 0.32 |
| Hex | 3A | 88 | 1B | 39 | 0 | 50 | 2F | 67 | 43 | 20 |
| Octal | 72 | 210 | 33 | 71 | 0 | 120 | 57 | 147 | 103 | 40 |
| Binary | 111010 | 10001000 | 11011 | 111001 | 0 | 1010000 | 101111 | 1100111 | 1000011 | 100000 |
Color Harmonies of #3A881B
Complementary color
Monochromatic Colors of #3A881B
Black with #3A881B
Text Example
Text Example
White with #3A881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A881B; }
p { color: rgb(58,136,27); }
H1.HeaderClassName
{
color: #3A881B;
}
.AnyTagClassName
{
color: #3A881B;
}
</style>
background-color css
<style>
a { background-color: #3A881B; }
a { background-color: rgb(58,136,27); }
div.DivClassName
{
background-color: #3A881B;
}
.BgClassName
{
background-color: #3A881B;
}
</style>
border-color css
<style>
span { border-color: #3A881B; }
span { border-color: rgb(58,136,27); }
td.TdClassName
{
border-color: #3A881B;
}
.TagClassName
{
border-color: #3A881B;
}
</style>