Shades of Bilbao #3B7203
Tints of Bilbao #3B7203
RGB
CMYK
RGB Variations
Color information
#3B7203 (or 0x3B7203) is known color: Bilbao. HEX triplet: 3B, 72 and 03. RGB value is (59,114,3). Sum of RGB (Red+Green+Blue) = 59+114+3=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7203 is #C48DFC. Grayscale: #555555. Windows color (decimal): -12881405 or 225851. OLE color: 225851.
HSL color Cylindrical-coordinate representation of color #3B7203: hue angle of 89.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B7203 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 3 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.55 |
| HSL | 89.73º | 0.95% | 0.23% | - |
| HSV(B) | 89.73º | 0.97% | 0.45% | - |
| XYZ | 7.84 | 12.97 | 2.18 | - |
| YUV | 84.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 3 | 0.48 | 0 | 0.97 | 0.55 | 89.73 | 0.95 | 0.23 |
| Hex | 3B | 72 | 3 | 30 | 0 | 61 | 37 | 5A | 5F | 17 |
| Octal | 73 | 162 | 3 | 60 | 0 | 141 | 67 | 132 | 137 | 27 |
| Binary | 111011 | 1110010 | 11 | 110000 | 0 | 1100001 | 110111 | 1011010 | 1011111 | 10111 |
Color Harmonies of #3B7203
Complementary color
Monochromatic Colors of #3B7203
Black with #3B7203
Text Example
Text Example
White with #3B7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7203; }
p { color: rgb(59,114,3); }
H1.HeaderClassName
{
color: #3B7203;
}
.AnyTagClassName
{
color: #3B7203;
}
</style>
background-color css
<style>
a { background-color: #3B7203; }
a { background-color: rgb(59,114,3); }
div.DivClassName
{
background-color: #3B7203;
}
.BgClassName
{
background-color: #3B7203;
}
</style>
border-color css
<style>
span { border-color: #3B7203; }
span { border-color: rgb(59,114,3); }
td.TdClassName
{
border-color: #3B7203;
}
.TagClassName
{
border-color: #3B7203;
}
</style>