Shades of Bilbao #32761F
Tints of Bilbao #32761F
RGB
CMYK
RGB Variations
Color information
#32761F (or 0x32761F) is known color: Bilbao. HEX triplet: 32, 76 and 1F. RGB value is (50,118,31). Sum of RGB (Red+Green+Blue) = 50+118+31=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #32761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32761F is #CD89E0. Grayscale: #585858. Windows color (decimal): -13470177 or 2061874. OLE color: 2061874.
HSL color Cylindrical-coordinate representation of color #32761F: hue angle of 106.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32761F is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 31 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.54 |
| HSL | 106.9º | 0.58% | 0.29% | - |
| HSV(B) | 106.9º | 0.74% | 0.46% | - |
| XYZ | 8.04 | 13.73 | 3.52 | - |
| YUV | 87.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 31 | 0.58 | 0 | 0.74 | 0.54 | 106.9 | 0.58 | 0.29 |
| Hex | 32 | 76 | 1F | 3A | 0 | 4A | 36 | 6B | 3A | 1D |
| Octal | 62 | 166 | 37 | 72 | 0 | 112 | 66 | 153 | 72 | 35 |
| Binary | 110010 | 1110110 | 11111 | 111010 | 0 | 1001010 | 110110 | 1101011 | 111010 | 11101 |
Color Harmonies of #32761F
Complementary color
Monochromatic Colors of #32761F
Black with #32761F
Text Example
Text Example
White with #32761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32761F; }
p { color: rgb(50,118,31); }
H1.HeaderClassName
{
color: #32761F;
}
.AnyTagClassName
{
color: #32761F;
}
</style>
background-color css
<style>
a { background-color: #32761F; }
a { background-color: rgb(50,118,31); }
div.DivClassName
{
background-color: #32761F;
}
.BgClassName
{
background-color: #32761F;
}
</style>
border-color css
<style>
span { border-color: #32761F; }
span { border-color: rgb(50,118,31); }
td.TdClassName
{
border-color: #32761F;
}
.TagClassName
{
border-color: #32761F;
}
</style>