Shades of Bilbao #32771F
Tints of Bilbao #32771F
RGB
CMYK
RGB Variations
Color information
#32771F (or 0x32771F) is known color: Bilbao. HEX triplet: 32, 77 and 1F. RGB value is (50,119,31). Sum of RGB (Red+Green+Blue) = 50+119+31=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #32771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32771F is #CD88E0. Grayscale: #585858. Windows color (decimal): -13469921 or 2062130. OLE color: 2062130.
HSL color Cylindrical-coordinate representation of color #32771F: hue angle of 107.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32771F is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 31 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.53 |
| HSL | 107.05º | 0.59% | 0.29% | - |
| HSV(B) | 107.05º | 0.74% | 0.47% | - |
| XYZ | 8.16 | 13.97 | 3.56 | - |
| YUV | 88.34 | 95.64 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 31 | 0.58 | 0 | 0.74 | 0.53 | 107.05 | 0.59 | 0.29 |
| Hex | 32 | 77 | 1F | 3A | 0 | 4A | 35 | 6B | 3B | 1D |
| Octal | 62 | 167 | 37 | 72 | 0 | 112 | 65 | 153 | 73 | 35 |
| Binary | 110010 | 1110111 | 11111 | 111010 | 0 | 1001010 | 110101 | 1101011 | 111011 | 11101 |
Color Harmonies of #32771F
Complementary color
Monochromatic Colors of #32771F
Black with #32771F
Text Example
Text Example
White with #32771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32771F; }
p { color: rgb(50,119,31); }
H1.HeaderClassName
{
color: #32771F;
}
.AnyTagClassName
{
color: #32771F;
}
</style>
background-color css
<style>
a { background-color: #32771F; }
a { background-color: rgb(50,119,31); }
div.DivClassName
{
background-color: #32771F;
}
.BgClassName
{
background-color: #32771F;
}
</style>
border-color css
<style>
span { border-color: #32771F; }
span { border-color: rgb(50,119,31); }
td.TdClassName
{
border-color: #32771F;
}
.TagClassName
{
border-color: #32771F;
}
</style>