Shades of Bilbao #328F04
Tints of Bilbao #328F04
RGB
CMYK
RGB Variations
Color information
#328F04 (or 0x328F04) is known color: Bilbao. HEX triplet: 32, 8F and 04. RGB value is (50,143,4). Sum of RGB (Red+Green+Blue) = 50+143+4=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 143 (56.25% from 255 or 72.59% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 143 - color contains mainly: green. Hex color #328F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328F04 is #CD70FB. Grayscale: #636363. Windows color (decimal): -13463804 or 298802. OLE color: 298802.
HSL color Cylindrical-coordinate representation of color #328F04: hue angle of 100.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #328F04 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 4 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.44 |
| HSL | 100.14º | 0.95% | 0.29% | - |
| HSV(B) | 100.14º | 0.97% | 0.56% | - |
| XYZ | 11.16 | 20.33 | 3.45 | - |
| YUV | 99.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 4 | 0.65 | 0 | 0.97 | 0.44 | 100.14 | 0.95 | 0.29 |
| Hex | 32 | 8F | 4 | 41 | 0 | 61 | 2C | 64 | 5F | 1D |
| Octal | 62 | 217 | 4 | 101 | 0 | 141 | 54 | 144 | 137 | 35 |
| Binary | 110010 | 10001111 | 100 | 1000001 | 0 | 1100001 | 101100 | 1100100 | 1011111 | 11101 |
Color Harmonies of #328F04
Complementary color
Monochromatic Colors of #328F04
Black with #328F04
Text Example
Text Example
White with #328F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F04; }
p { color: rgb(50,143,4); }
H1.HeaderClassName
{
color: #328F04;
}
.AnyTagClassName
{
color: #328F04;
}
</style>
background-color css
<style>
a { background-color: #328F04; }
a { background-color: rgb(50,143,4); }
div.DivClassName
{
background-color: #328F04;
}
.BgClassName
{
background-color: #328F04;
}
</style>
border-color css
<style>
span { border-color: #328F04; }
span { border-color: rgb(50,143,4); }
td.TdClassName
{
border-color: #328F04;
}
.TagClassName
{
border-color: #328F04;
}
</style>