Shades of Bilbao #32760D
Tints of Bilbao #32760D
RGB
CMYK
RGB Variations
Color information
#32760D (or 0x32760D) is known color: Bilbao. HEX triplet: 32, 76 and 0D. RGB value is (50,118,13). Sum of RGB (Red+Green+Blue) = 50+118+13=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 118 (46.48% from 255 or 65.19% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 118 - color contains mainly: green. Hex color #32760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32760D is #CD89F2. Grayscale: #565656. Windows color (decimal): -13470195 or 882226. OLE color: 882226.
HSL color Cylindrical-coordinate representation of color #32760D: hue angle of 98.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32760D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 13 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.54 |
| HSL | 98.86º | 0.8% | 0.26% | - |
| HSV(B) | 98.86º | 0.89% | 0.46% | - |
| XYZ | 7.87 | 13.66 | 2.6 | - |
| YUV | 85.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 13 | 0.58 | 0 | 0.89 | 0.54 | 98.86 | 0.8 | 0.26 |
| Hex | 32 | 76 | D | 3A | 0 | 59 | 36 | 63 | 50 | 1A |
| Octal | 62 | 166 | 15 | 72 | 0 | 131 | 66 | 143 | 120 | 32 |
| Binary | 110010 | 1110110 | 1101 | 111010 | 0 | 1011001 | 110110 | 1100011 | 1010000 | 11010 |
Color Harmonies of #32760D
Complementary color
Monochromatic Colors of #32760D
Black with #32760D
Text Example
Text Example
White with #32760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32760D; }
p { color: rgb(50,118,13); }
H1.HeaderClassName
{
color: #32760D;
}
.AnyTagClassName
{
color: #32760D;
}
</style>
background-color css
<style>
a { background-color: #32760D; }
a { background-color: rgb(50,118,13); }
div.DivClassName
{
background-color: #32760D;
}
.BgClassName
{
background-color: #32760D;
}
</style>
border-color css
<style>
span { border-color: #32760D; }
span { border-color: rgb(50,118,13); }
td.TdClassName
{
border-color: #32760D;
}
.TagClassName
{
border-color: #32760D;
}
</style>