Shades of Bilbao #3B8020
Tints of Bilbao #3B8020
RGB
CMYK
RGB Variations
Color information
#3B8020 (or 0x3B8020) is known color: Bilbao. HEX triplet: 3B, 80 and 20. RGB value is (59,128,32). Sum of RGB (Red+Green+Blue) = 59+128+32=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8020 is #C47FDF. Grayscale: #606060. Windows color (decimal): -12877792 or 2129979. OLE color: 2129979.
HSL color Cylindrical-coordinate representation of color #3B8020: hue angle of 103.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B8020 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 32 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.50 |
| HSL | 103.13º | 0.6% | 0.31% | - |
| HSV(B) | 103.13º | 0.75% | 0.5% | - |
| XYZ | 9.78 | 16.47 | 4.03 | - |
| YUV | 96.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 32 | 0.54 | 0 | 0.75 | 0.50 | 103.13 | 0.6 | 0.31 |
| Hex | 3B | 80 | 20 | 36 | 0 | 4B | 32 | 67 | 3C | 1F |
| Octal | 73 | 200 | 40 | 66 | 0 | 113 | 62 | 147 | 74 | 37 |
| Binary | 111011 | 10000000 | 100000 | 110110 | 0 | 1001011 | 110010 | 1100111 | 111100 | 11111 |
Color Harmonies of #3B8020
Complementary color
Monochromatic Colors of #3B8020
Black with #3B8020
Text Example
Text Example
White with #3B8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8020; }
p { color: rgb(59,128,32); }
H1.HeaderClassName
{
color: #3B8020;
}
.AnyTagClassName
{
color: #3B8020;
}
</style>
background-color css
<style>
a { background-color: #3B8020; }
a { background-color: rgb(59,128,32); }
div.DivClassName
{
background-color: #3B8020;
}
.BgClassName
{
background-color: #3B8020;
}
</style>
border-color css
<style>
span { border-color: #3B8020; }
span { border-color: rgb(59,128,32); }
td.TdClassName
{
border-color: #3B8020;
}
.TagClassName
{
border-color: #3B8020;
}
</style>