Shades of Bilbao #328100
Tints of Bilbao #328100
RGB
CMYK
RGB Variations
Color information
#328100 (or 0x328100) is known color: Bilbao. HEX triplet: 32, 81 and 00. RGB value is (50,129,0). Sum of RGB (Red+Green+Blue) = 50+129+0=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 129 (50.78% from 255 or 72.07% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 129 - color contains mainly: green. Hex color #328100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328100 is #CD7EFF. Grayscale: #5B5B5B. Windows color (decimal): -13467392 or 33074. OLE color: 33074.
HSL color Cylindrical-coordinate representation of color #328100: hue angle of 96.74º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #328100 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.49 |
| HSL | 96.74º | 1% | 0.25% | - |
| HSV(B) | 96.74º | 1% | 0.51% | - |
| XYZ | 9.17 | 16.38 | 2.68 | - |
| YUV | 90.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 0 | 0.61 | 0 | 1 | 0.49 | 96.74 | 1 | 0.25 |
| Hex | 32 | 81 | 0 | 3D | 0 | 64 | 31 | 61 | 64 | 19 |
| Octal | 62 | 201 | 0 | 75 | 0 | 144 | 61 | 141 | 144 | 31 |
| Binary | 110010 | 10000001 | 0 | 111101 | 0 | 1100100 | 110001 | 1100001 | 1100100 | 11001 |
Color Harmonies of #328100
Complementary color
Monochromatic Colors of #328100
Black with #328100
Text Example
Text Example
White with #328100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328100; }
p { color: rgb(50,129,0); }
H1.HeaderClassName
{
color: #328100;
}
.AnyTagClassName
{
color: #328100;
}
</style>
background-color css
<style>
a { background-color: #328100; }
a { background-color: rgb(50,129,0); }
div.DivClassName
{
background-color: #328100;
}
.BgClassName
{
background-color: #328100;
}
</style>
border-color css
<style>
span { border-color: #328100; }
span { border-color: rgb(50,129,0); }
td.TdClassName
{
border-color: #328100;
}
.TagClassName
{
border-color: #328100;
}
</style>