Shades of Bilbao #3B7201
Tints of Bilbao #3B7201
RGB
CMYK
RGB Variations
Color information
#3B7201 (or 0x3B7201) is known color: Bilbao. HEX triplet: 3B, 72 and 01. RGB value is (59,114,1). Sum of RGB (Red+Green+Blue) = 59+114+1=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7201 is #C48DFE. Grayscale: #555555. Windows color (decimal): -12881407 or 94779. OLE color: 94779.
HSL color Cylindrical-coordinate representation of color #3B7201: hue angle of 89.2º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B7201 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.55 |
| HSL | 89.2º | 0.98% | 0.23% | - |
| HSV(B) | 89.2º | 0.99% | 0.45% | - |
| XYZ | 7.83 | 12.97 | 2.12 | - |
| YUV | 84.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 1 | 0.48 | 0 | 0.99 | 0.55 | 89.2 | 0.98 | 0.23 |
| Hex | 3B | 72 | 1 | 30 | 0 | 63 | 37 | 59 | 62 | 17 |
| Octal | 73 | 162 | 1 | 60 | 0 | 143 | 67 | 131 | 142 | 27 |
| Binary | 111011 | 1110010 | 1 | 110000 | 0 | 1100011 | 110111 | 1011001 | 1100010 | 10111 |
Color Harmonies of #3B7201
Complementary color
Monochromatic Colors of #3B7201
Black with #3B7201
Text Example
Text Example
White with #3B7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7201; }
p { color: rgb(59,114,1); }
H1.HeaderClassName
{
color: #3B7201;
}
.AnyTagClassName
{
color: #3B7201;
}
</style>
background-color css
<style>
a { background-color: #3B7201; }
a { background-color: rgb(59,114,1); }
div.DivClassName
{
background-color: #3B7201;
}
.BgClassName
{
background-color: #3B7201;
}
</style>
border-color css
<style>
span { border-color: #3B7201; }
span { border-color: rgb(59,114,1); }
td.TdClassName
{
border-color: #3B7201;
}
.TagClassName
{
border-color: #3B7201;
}
</style>