Shades of Bilbao #3B8720
Tints of Bilbao #3B8720
RGB
CMYK
RGB Variations
Color information
#3B8720 (or 0x3B8720) is known color: Bilbao. HEX triplet: 3B, 87 and 20. RGB value is (59,135,32). Sum of RGB (Red+Green+Blue) = 59+135+32=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8720 is #C478DF. Grayscale: #646464. Windows color (decimal): -12876000 or 2131771. OLE color: 2131771.
HSL color Cylindrical-coordinate representation of color #3B8720: hue angle of 104.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B8720 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 32 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.47 |
| HSL | 104.27º | 0.62% | 0.33% | - |
| HSV(B) | 104.27º | 0.76% | 0.53% | - |
| XYZ | 10.73 | 18.36 | 4.35 | - |
| YUV | 100.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 32 | 0.56 | 0 | 0.76 | 0.47 | 104.27 | 0.62 | 0.33 |
| Hex | 3B | 87 | 20 | 38 | 0 | 4C | 2F | 68 | 3E | 21 |
| Octal | 73 | 207 | 40 | 70 | 0 | 114 | 57 | 150 | 76 | 41 |
| Binary | 111011 | 10000111 | 100000 | 111000 | 0 | 1001100 | 101111 | 1101000 | 111110 | 100001 |
Color Harmonies of #3B8720
Complementary color
Monochromatic Colors of #3B8720
Black with #3B8720
Text Example
Text Example
White with #3B8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8720; }
p { color: rgb(59,135,32); }
H1.HeaderClassName
{
color: #3B8720;
}
.AnyTagClassName
{
color: #3B8720;
}
</style>
background-color css
<style>
a { background-color: #3B8720; }
a { background-color: rgb(59,135,32); }
div.DivClassName
{
background-color: #3B8720;
}
.BgClassName
{
background-color: #3B8720;
}
</style>
border-color css
<style>
span { border-color: #3B8720; }
span { border-color: rgb(59,135,32); }
td.TdClassName
{
border-color: #3B8720;
}
.TagClassName
{
border-color: #3B8720;
}
</style>