Shades of Bilbao #32771C
Tints of Bilbao #32771C
RGB
CMYK
RGB Variations
Color information
#32771C (or 0x32771C) is known color: Bilbao. HEX triplet: 32, 77 and 1C. RGB value is (50,119,28). Sum of RGB (Red+Green+Blue) = 50+119+28=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #32771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32771C is #CD88E3. Grayscale: #585858. Windows color (decimal): -13469924 or 1865522. OLE color: 1865522.
HSL color Cylindrical-coordinate representation of color #32771C: hue angle of 105.49º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32771C is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 28 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.53 |
| HSL | 105.49º | 0.62% | 0.29% | - |
| HSV(B) | 105.49º | 0.76% | 0.47% | - |
| XYZ | 8.12 | 13.96 | 3.36 | - |
| YUV | 88 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 28 | 0.58 | 0 | 0.76 | 0.53 | 105.49 | 0.62 | 0.29 |
| Hex | 32 | 77 | 1C | 3A | 0 | 4C | 35 | 69 | 3E | 1D |
| Octal | 62 | 167 | 34 | 72 | 0 | 114 | 65 | 151 | 76 | 35 |
| Binary | 110010 | 1110111 | 11100 | 111010 | 0 | 1001100 | 110101 | 1101001 | 111110 | 11101 |
Color Harmonies of #32771C
Complementary color
Monochromatic Colors of #32771C
Black with #32771C
Text Example
Text Example
White with #32771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32771C; }
p { color: rgb(50,119,28); }
H1.HeaderClassName
{
color: #32771C;
}
.AnyTagClassName
{
color: #32771C;
}
</style>
background-color css
<style>
a { background-color: #32771C; }
a { background-color: rgb(50,119,28); }
div.DivClassName
{
background-color: #32771C;
}
.BgClassName
{
background-color: #32771C;
}
</style>
border-color css
<style>
span { border-color: #32771C; }
span { border-color: rgb(50,119,28); }
td.TdClassName
{
border-color: #32771C;
}
.TagClassName
{
border-color: #32771C;
}
</style>