Shades of Bilbao #328C05
Tints of Bilbao #328C05
RGB
CMYK
RGB Variations
Color information
#328C05 (or 0x328C05) is known color: Bilbao. HEX triplet: 32, 8C and 05. RGB value is (50,140,5). Sum of RGB (Red+Green+Blue) = 50+140+5=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #328C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C05 is #CD73FA. Grayscale: #626262. Windows color (decimal): -13464571 or 363570. OLE color: 363570.
HSL color Cylindrical-coordinate representation of color #328C05: hue angle of 100º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #328C05 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 5 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.45 |
| HSL | 100º | 0.93% | 0.28% | - |
| HSV(B) | 100º | 0.96% | 0.55% | - |
| XYZ | 10.72 | 19.45 | 3.33 | - |
| YUV | 97.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 5 | 0.64 | 0 | 0.96 | 0.45 | 100 | 0.93 | 0.28 |
| Hex | 32 | 8C | 5 | 40 | 0 | 60 | 2D | 64 | 5D | 1C |
| Octal | 62 | 214 | 5 | 100 | 0 | 140 | 55 | 144 | 135 | 34 |
| Binary | 110010 | 10001100 | 101 | 1000000 | 0 | 1100000 | 101101 | 1100100 | 1011101 | 11100 |
Color Harmonies of #328C05
Complementary color
Monochromatic Colors of #328C05
Black with #328C05
Text Example
Text Example
White with #328C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C05; }
p { color: rgb(50,140,5); }
H1.HeaderClassName
{
color: #328C05;
}
.AnyTagClassName
{
color: #328C05;
}
</style>
background-color css
<style>
a { background-color: #328C05; }
a { background-color: rgb(50,140,5); }
div.DivClassName
{
background-color: #328C05;
}
.BgClassName
{
background-color: #328C05;
}
</style>
border-color css
<style>
span { border-color: #328C05; }
span { border-color: rgb(50,140,5); }
td.TdClassName
{
border-color: #328C05;
}
.TagClassName
{
border-color: #328C05;
}
</style>