Shades of Bilbao #326E14
Tints of Bilbao #326E14
RGB
CMYK
RGB Variations
Color information
#326E14 (or 0x326E14) is known color: Bilbao. HEX triplet: 32, 6E and 14. RGB value is (50,110,20). Sum of RGB (Red+Green+Blue) = 50+110+20=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #326E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E14 is #CD91EB. Grayscale: #525252. Windows color (decimal): -13472236 or 1338930. OLE color: 1338930.
HSL color Cylindrical-coordinate representation of color #326E14: hue angle of 100º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #326E14 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 20 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.57 |
| HSL | 100º | 0.69% | 0.25% | - |
| HSV(B) | 100º | 0.82% | 0.43% | - |
| XYZ | 7.02 | 11.88 | 2.59 | - |
| YUV | 81.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 20 | 0.55 | 0 | 0.82 | 0.57 | 100 | 0.69 | 0.25 |
| Hex | 32 | 6E | 14 | 37 | 0 | 52 | 39 | 64 | 45 | 19 |
| Octal | 62 | 156 | 24 | 67 | 0 | 122 | 71 | 144 | 105 | 31 |
| Binary | 110010 | 1101110 | 10100 | 110111 | 0 | 1010010 | 111001 | 1100100 | 1000101 | 11001 |
Color Harmonies of #326E14
Complementary color
Monochromatic Colors of #326E14
Black with #326E14
Text Example
Text Example
White with #326E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E14; }
p { color: rgb(50,110,20); }
H1.HeaderClassName
{
color: #326E14;
}
.AnyTagClassName
{
color: #326E14;
}
</style>
background-color css
<style>
a { background-color: #326E14; }
a { background-color: rgb(50,110,20); }
div.DivClassName
{
background-color: #326E14;
}
.BgClassName
{
background-color: #326E14;
}
</style>
border-color css
<style>
span { border-color: #326E14; }
span { border-color: rgb(50,110,20); }
td.TdClassName
{
border-color: #326E14;
}
.TagClassName
{
border-color: #326E14;
}
</style>