Shades of Bilbao #328D18
Tints of Bilbao #328D18
RGB
CMYK
RGB Variations
Color information
#328D18 (or 0x328D18) is known color: Bilbao. HEX triplet: 32, 8D and 18. RGB value is (50,141,24). Sum of RGB (Red+Green+Blue) = 50+141+24=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #328D18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328D18 is #CD72E7. Grayscale: #646464. Windows color (decimal): -13464296 or 1609010. OLE color: 1609010.
HSL color Cylindrical-coordinate representation of color #328D18: hue angle of 106.67º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #328D18 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 24 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.45 |
| HSL | 106.67º | 0.71% | 0.32% | - |
| HSV(B) | 106.67º | 0.83% | 0.55% | - |
| XYZ | 11.01 | 19.79 | 4.1 | - |
| YUV | 100.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 24 | 0.65 | 0 | 0.83 | 0.45 | 106.67 | 0.71 | 0.32 |
| Hex | 32 | 8D | 18 | 41 | 0 | 53 | 2D | 6B | 47 | 20 |
| Octal | 62 | 215 | 30 | 101 | 0 | 123 | 55 | 153 | 107 | 40 |
| Binary | 110010 | 10001101 | 11000 | 1000001 | 0 | 1010011 | 101101 | 1101011 | 1000111 | 100000 |
Color Harmonies of #328D18
Complementary color
Monochromatic Colors of #328D18
Black with #328D18
Text Example
Text Example
White with #328D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D18; }
p { color: rgb(50,141,24); }
H1.HeaderClassName
{
color: #328D18;
}
.AnyTagClassName
{
color: #328D18;
}
</style>
background-color css
<style>
a { background-color: #328D18; }
a { background-color: rgb(50,141,24); }
div.DivClassName
{
background-color: #328D18;
}
.BgClassName
{
background-color: #328D18;
}
</style>
border-color css
<style>
span { border-color: #328D18; }
span { border-color: rgb(50,141,24); }
td.TdClassName
{
border-color: #328D18;
}
.TagClassName
{
border-color: #328D18;
}
</style>