Shades of Bilbao #3B8816
Tints of Bilbao #3B8816
RGB
CMYK
RGB Variations
Color information
#3B8816 (or 0x3B8816) is known color: Bilbao. HEX triplet: 3B, 88 and 16. RGB value is (59,136,22). Sum of RGB (Red+Green+Blue) = 59+136+22=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8816 is #C477E9. Grayscale: #646464. Windows color (decimal): -12875754 or 1476667. OLE color: 1476667.
HSL color Cylindrical-coordinate representation of color #3B8816: hue angle of 100.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B8816 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 136 | 22 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.47 |
| HSL | 100.53º | 0.72% | 0.31% | - |
| HSV(B) | 100.53º | 0.84% | 0.53% | - |
| XYZ | 10.75 | 18.6 | 3.78 | - |
| YUV | 99.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 22 | 0.57 | 0 | 0.84 | 0.47 | 100.53 | 0.72 | 0.31 |
| Hex | 3B | 88 | 16 | 39 | 0 | 54 | 2F | 65 | 48 | 1F |
| Octal | 73 | 210 | 26 | 71 | 0 | 124 | 57 | 145 | 110 | 37 |
| Binary | 111011 | 10001000 | 10110 | 111001 | 0 | 1010100 | 101111 | 1100101 | 1001000 | 11111 |
Color Harmonies of #3B8816
Complementary color
Monochromatic Colors of #3B8816
Black with #3B8816
Text Example
Text Example
White with #3B8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8816; }
p { color: rgb(59,136,22); }
H1.HeaderClassName
{
color: #3B8816;
}
.AnyTagClassName
{
color: #3B8816;
}
</style>
background-color css
<style>
a { background-color: #3B8816; }
a { background-color: rgb(59,136,22); }
div.DivClassName
{
background-color: #3B8816;
}
.BgClassName
{
background-color: #3B8816;
}
</style>
border-color css
<style>
span { border-color: #3B8816; }
span { border-color: rgb(59,136,22); }
td.TdClassName
{
border-color: #3B8816;
}
.TagClassName
{
border-color: #3B8816;
}
</style>