Shades of Bilbao #329000
Tints of Bilbao #329000
RGB
CMYK
RGB Variations
Color information
#329000 (or 0x329000) is known color: Bilbao. HEX triplet: 32, 90 and 00. RGB value is (50,144,0). Sum of RGB (Red+Green+Blue) = 50+144+0=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #329000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329000 is #CD6FFF. Grayscale: #636363. Windows color (decimal): -13463552 or 36914. OLE color: 36914.
HSL color Cylindrical-coordinate representation of color #329000: hue angle of 99.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #329000 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.44 |
| HSL | 99.17º | 1% | 0.28% | - |
| HSV(B) | 99.17º | 1% | 0.56% | - |
| XYZ | 11.29 | 20.62 | 3.39 | - |
| YUV | 99.48 | 71.86 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 0 | 0.65 | 0 | 1 | 0.44 | 99.17 | 1 | 0.28 |
| Hex | 32 | 90 | 0 | 41 | 0 | 64 | 2C | 63 | 64 | 1C |
| Octal | 62 | 220 | 0 | 101 | 0 | 144 | 54 | 143 | 144 | 34 |
| Binary | 110010 | 10010000 | 0 | 1000001 | 0 | 1100100 | 101100 | 1100011 | 1100100 | 11100 |
Color Harmonies of #329000
Complementary color
Monochromatic Colors of #329000
Black with #329000
Text Example
Text Example
White with #329000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329000; }
p { color: rgb(50,144,0); }
H1.HeaderClassName
{
color: #329000;
}
.AnyTagClassName
{
color: #329000;
}
</style>
background-color css
<style>
a { background-color: #329000; }
a { background-color: rgb(50,144,0); }
div.DivClassName
{
background-color: #329000;
}
.BgClassName
{
background-color: #329000;
}
</style>
border-color css
<style>
span { border-color: #329000; }
span { border-color: rgb(50,144,0); }
td.TdClassName
{
border-color: #329000;
}
.TagClassName
{
border-color: #329000;
}
</style>