Shades of Bilbao #32720B
Tints of Bilbao #32720B
RGB
CMYK
RGB Variations
Color information
#32720B (or 0x32720B) is known color: Bilbao. HEX triplet: 32, 72 and 0B. RGB value is (50,114,11). Sum of RGB (Red+Green+Blue) = 50+114+11=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #32720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32720B is #CD8DF4. Grayscale: #535353. Windows color (decimal): -13471221 or 750130. OLE color: 750130.
HSL color Cylindrical-coordinate representation of color #32720B: hue angle of 97.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32720B is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 11 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.55 |
| HSL | 97.28º | 0.82% | 0.25% | - |
| HSV(B) | 97.28º | 0.9% | 0.45% | - |
| XYZ | 7.39 | 12.74 | 2.39 | - |
| YUV | 83.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 11 | 0.56 | 0 | 0.90 | 0.55 | 97.28 | 0.82 | 0.25 |
| Hex | 32 | 72 | B | 38 | 0 | 5A | 37 | 61 | 52 | 19 |
| Octal | 62 | 162 | 13 | 70 | 0 | 132 | 67 | 141 | 122 | 31 |
| Binary | 110010 | 1110010 | 1011 | 111000 | 0 | 1011010 | 110111 | 1100001 | 1010010 | 11001 |
Color Harmonies of #32720B
Complementary color
Monochromatic Colors of #32720B
Black with #32720B
Text Example
Text Example
White with #32720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32720B; }
p { color: rgb(50,114,11); }
H1.HeaderClassName
{
color: #32720B;
}
.AnyTagClassName
{
color: #32720B;
}
</style>
background-color css
<style>
a { background-color: #32720B; }
a { background-color: rgb(50,114,11); }
div.DivClassName
{
background-color: #32720B;
}
.BgClassName
{
background-color: #32720B;
}
</style>
border-color css
<style>
span { border-color: #32720B; }
span { border-color: rgb(50,114,11); }
td.TdClassName
{
border-color: #32720B;
}
.TagClassName
{
border-color: #32720B;
}
</style>