Shades of Bilbao #3B8016
Tints of Bilbao #3B8016
RGB
CMYK
RGB Variations
Color information
#3B8016 (or 0x3B8016) is known color: Bilbao. HEX triplet: 3B, 80 and 16. RGB value is (59,128,22). Sum of RGB (Red+Green+Blue) = 59+128+22=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8016 is #C47FE9. Grayscale: #5F5F5F. Windows color (decimal): -12877802 or 1474619. OLE color: 1474619.
HSL color Cylindrical-coordinate representation of color #3B8016: hue angle of 99.06º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B8016 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 22 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.50 |
| HSL | 99.06º | 0.71% | 0.29% | - |
| HSV(B) | 99.06º | 0.83% | 0.5% | - |
| XYZ | 9.67 | 16.43 | 3.42 | - |
| YUV | 95.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 22 | 0.54 | 0 | 0.83 | 0.50 | 99.06 | 0.71 | 0.29 |
| Hex | 3B | 80 | 16 | 36 | 0 | 53 | 32 | 63 | 47 | 1D |
| Octal | 73 | 200 | 26 | 66 | 0 | 123 | 62 | 143 | 107 | 35 |
| Binary | 111011 | 10000000 | 10110 | 110110 | 0 | 1010011 | 110010 | 1100011 | 1000111 | 11101 |
Color Harmonies of #3B8016
Complementary color
Monochromatic Colors of #3B8016
Black with #3B8016
Text Example
Text Example
White with #3B8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8016; }
p { color: rgb(59,128,22); }
H1.HeaderClassName
{
color: #3B8016;
}
.AnyTagClassName
{
color: #3B8016;
}
</style>
background-color css
<style>
a { background-color: #3B8016; }
a { background-color: rgb(59,128,22); }
div.DivClassName
{
background-color: #3B8016;
}
.BgClassName
{
background-color: #3B8016;
}
</style>
border-color css
<style>
span { border-color: #3B8016; }
span { border-color: rgb(59,128,22); }
td.TdClassName
{
border-color: #3B8016;
}
.TagClassName
{
border-color: #3B8016;
}
</style>