Shades of Bilbao #326B16
Tints of Bilbao #326B16
RGB
CMYK
RGB Variations
Color information
#326B16 (or 0x326B16) is known color: Bilbao. HEX triplet: 32, 6B and 16. RGB value is (50,107,22). Sum of RGB (Red+Green+Blue) = 50+107+22=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #326B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326B16 is #CD94E9. Grayscale: #505050. Windows color (decimal): -13473002 or 1469234. OLE color: 1469234.
HSL color Cylindrical-coordinate representation of color #326B16: hue angle of 100.24º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326B16 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 22 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.58 |
| HSL | 100.24º | 0.66% | 0.25% | - |
| HSV(B) | 100.24º | 0.79% | 0.42% | - |
| XYZ | 6.72 | 11.25 | 2.58 | - |
| YUV | 80.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 22 | 0.53 | 0 | 0.79 | 0.58 | 100.24 | 0.66 | 0.25 |
| Hex | 32 | 6B | 16 | 35 | 0 | 4F | 3A | 64 | 42 | 19 |
| Octal | 62 | 153 | 26 | 65 | 0 | 117 | 72 | 144 | 102 | 31 |
| Binary | 110010 | 1101011 | 10110 | 110101 | 0 | 1001111 | 111010 | 1100100 | 1000010 | 11001 |
Color Harmonies of #326B16
Complementary color
Monochromatic Colors of #326B16
Black with #326B16
Text Example
Text Example
White with #326B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B16; }
p { color: rgb(50,107,22); }
H1.HeaderClassName
{
color: #326B16;
}
.AnyTagClassName
{
color: #326B16;
}
</style>
background-color css
<style>
a { background-color: #326B16; }
a { background-color: rgb(50,107,22); }
div.DivClassName
{
background-color: #326B16;
}
.BgClassName
{
background-color: #326B16;
}
</style>
border-color css
<style>
span { border-color: #326B16; }
span { border-color: rgb(50,107,22); }
td.TdClassName
{
border-color: #326B16;
}
.TagClassName
{
border-color: #326B16;
}
</style>