Shades of Bilbao #326F19
Tints of Bilbao #326F19
RGB
CMYK
RGB Variations
Color information
#326F19 (or 0x326F19) is known color: Bilbao. HEX triplet: 32, 6F and 19. RGB value is (50,111,25). Sum of RGB (Red+Green+Blue) = 50+111+25=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #326F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326F19 is #CD90E6. Grayscale: #535353. Windows color (decimal): -13471975 or 1666866. OLE color: 1666866.
HSL color Cylindrical-coordinate representation of color #326F19: hue angle of 102.56º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326F19 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 25 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.56 |
| HSL | 102.56º | 0.63% | 0.27% | - |
| HSV(B) | 102.56º | 0.77% | 0.44% | - |
| XYZ | 7.18 | 12.12 | 2.88 | - |
| YUV | 82.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 25 | 0.55 | 0 | 0.77 | 0.56 | 102.56 | 0.63 | 0.27 |
| Hex | 32 | 6F | 19 | 37 | 0 | 4D | 38 | 67 | 3F | 1B |
| Octal | 62 | 157 | 31 | 67 | 0 | 115 | 70 | 147 | 77 | 33 |
| Binary | 110010 | 1101111 | 11001 | 110111 | 0 | 1001101 | 111000 | 1100111 | 111111 | 11011 |
Color Harmonies of #326F19
Complementary color
Monochromatic Colors of #326F19
Black with #326F19
Text Example
Text Example
White with #326F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F19; }
p { color: rgb(50,111,25); }
H1.HeaderClassName
{
color: #326F19;
}
.AnyTagClassName
{
color: #326F19;
}
</style>
background-color css
<style>
a { background-color: #326F19; }
a { background-color: rgb(50,111,25); }
div.DivClassName
{
background-color: #326F19;
}
.BgClassName
{
background-color: #326F19;
}
</style>
border-color css
<style>
span { border-color: #326F19; }
span { border-color: rgb(50,111,25); }
td.TdClassName
{
border-color: #326F19;
}
.TagClassName
{
border-color: #326F19;
}
</style>