Shades of Bilbao #328C03
Tints of Bilbao #328C03
RGB
CMYK
RGB Variations
Color information
#328C03 (or 0x328C03) is known color: Bilbao. HEX triplet: 32, 8C and 03. RGB value is (50,140,3). Sum of RGB (Red+Green+Blue) = 50+140+3=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #328C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C03 is #CD73FC. Grayscale: #616161. Windows color (decimal): -13464573 or 232498. OLE color: 232498.
HSL color Cylindrical-coordinate representation of color #328C03: hue angle of 99.42º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #328C03 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 3 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.45 |
| HSL | 99.42º | 0.96% | 0.28% | - |
| HSV(B) | 99.42º | 0.98% | 0.55% | - |
| XYZ | 10.71 | 19.44 | 3.27 | - |
| YUV | 97.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 3 | 0.64 | 0 | 0.98 | 0.45 | 99.42 | 0.96 | 0.28 |
| Hex | 32 | 8C | 3 | 40 | 0 | 62 | 2D | 63 | 60 | 1C |
| Octal | 62 | 214 | 3 | 100 | 0 | 142 | 55 | 143 | 140 | 34 |
| Binary | 110010 | 10001100 | 11 | 1000000 | 0 | 1100010 | 101101 | 1100011 | 1100000 | 11100 |
Color Harmonies of #328C03
Complementary color
Monochromatic Colors of #328C03
Black with #328C03
Text Example
Text Example
White with #328C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C03; }
p { color: rgb(50,140,3); }
H1.HeaderClassName
{
color: #328C03;
}
.AnyTagClassName
{
color: #328C03;
}
</style>
background-color css
<style>
a { background-color: #328C03; }
a { background-color: rgb(50,140,3); }
div.DivClassName
{
background-color: #328C03;
}
.BgClassName
{
background-color: #328C03;
}
</style>
border-color css
<style>
span { border-color: #328C03; }
span { border-color: rgb(50,140,3); }
td.TdClassName
{
border-color: #328C03;
}
.TagClassName
{
border-color: #328C03;
}
</style>