Shades of Bilbao #328801
Tints of Bilbao #328801
RGB
CMYK
RGB Variations
Color information
#328801 (or 0x328801) is known color: Bilbao. HEX triplet: 32, 88 and 01. RGB value is (50,136,1). Sum of RGB (Red+Green+Blue) = 50+136+1=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #328801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328801 is #CD77FE. Grayscale: #5F5F5F. Windows color (decimal): -13465599 or 100402. OLE color: 100402.
HSL color Cylindrical-coordinate representation of color #328801: hue angle of 98.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328801 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.47 |
| HSL | 98.22º | 0.99% | 0.27% | - |
| HSV(B) | 98.22º | 0.99% | 0.53% | - |
| XYZ | 10.13 | 18.29 | 3.03 | - |
| YUV | 94.9 | 75.01 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 1 | 0.63 | 0 | 0.99 | 0.47 | 98.22 | 0.99 | 0.27 |
| Hex | 32 | 88 | 1 | 3F | 0 | 63 | 2F | 62 | 63 | 1B |
| Octal | 62 | 210 | 1 | 77 | 0 | 143 | 57 | 142 | 143 | 33 |
| Binary | 110010 | 10001000 | 1 | 111111 | 0 | 1100011 | 101111 | 1100010 | 1100011 | 11011 |
Color Harmonies of #328801
Complementary color
Monochromatic Colors of #328801
Black with #328801
Text Example
Text Example
White with #328801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328801; }
p { color: rgb(50,136,1); }
H1.HeaderClassName
{
color: #328801;
}
.AnyTagClassName
{
color: #328801;
}
</style>
background-color css
<style>
a { background-color: #328801; }
a { background-color: rgb(50,136,1); }
div.DivClassName
{
background-color: #328801;
}
.BgClassName
{
background-color: #328801;
}
</style>
border-color css
<style>
span { border-color: #328801; }
span { border-color: rgb(50,136,1); }
td.TdClassName
{
border-color: #328801;
}
.TagClassName
{
border-color: #328801;
}
</style>