Shades of Bilbao #3B7E20
Tints of Bilbao #3B7E20
RGB
CMYK
RGB Variations
Color information
#3B7E20 (or 0x3B7E20) is known color: Bilbao. HEX triplet: 3B, 7E and 20. RGB value is (59,126,32). Sum of RGB (Red+Green+Blue) = 59+126+32=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7E20 is #C481DF. Grayscale: #5F5F5F. Windows color (decimal): -12878304 or 2129467. OLE color: 2129467.
HSL color Cylindrical-coordinate representation of color #3B7E20: hue angle of 102.77º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B7E20 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 126 | 32 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.51 |
| HSL | 102.77º | 0.59% | 0.31% | - |
| HSV(B) | 102.77º | 0.75% | 0.49% | - |
| XYZ | 9.53 | 15.96 | 3.94 | - |
| YUV | 95.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 32 | 0.53 | 0 | 0.75 | 0.51 | 102.77 | 0.59 | 0.31 |
| Hex | 3B | 7E | 20 | 35 | 0 | 4B | 33 | 67 | 3B | 1F |
| Octal | 73 | 176 | 40 | 65 | 0 | 113 | 63 | 147 | 73 | 37 |
| Binary | 111011 | 1111110 | 100000 | 110101 | 0 | 1001011 | 110011 | 1100111 | 111011 | 11111 |
Color Harmonies of #3B7E20
Complementary color
Monochromatic Colors of #3B7E20
Black with #3B7E20
Text Example
Text Example
White with #3B7E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E20; }
p { color: rgb(59,126,32); }
H1.HeaderClassName
{
color: #3B7E20;
}
.AnyTagClassName
{
color: #3B7E20;
}
</style>
background-color css
<style>
a { background-color: #3B7E20; }
a { background-color: rgb(59,126,32); }
div.DivClassName
{
background-color: #3B7E20;
}
.BgClassName
{
background-color: #3B7E20;
}
</style>
border-color css
<style>
span { border-color: #3B7E20; }
span { border-color: rgb(59,126,32); }
td.TdClassName
{
border-color: #3B7E20;
}
.TagClassName
{
border-color: #3B7E20;
}
</style>