Shades of Bilbao #328821
Tints of Bilbao #328821
RGB
CMYK
RGB Variations
Color information
#328821 (or 0x328821) is known color: Bilbao. HEX triplet: 32, 88 and 21. RGB value is (50,136,33). Sum of RGB (Red+Green+Blue) = 50+136+33=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #328821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328821 is #CD77DE. Grayscale: #626262. Windows color (decimal): -13465567 or 2197554. OLE color: 2197554.
HSL color Cylindrical-coordinate representation of color #328821: hue angle of 110.1º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328821 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 33 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.47 |
| HSL | 110.1º | 0.61% | 0.33% | - |
| HSV(B) | 110.1º | 0.76% | 0.53% | - |
| XYZ | 10.39 | 18.4 | 4.44 | - |
| YUV | 98.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 33 | 0.63 | 0 | 0.76 | 0.47 | 110.1 | 0.61 | 0.33 |
| Hex | 32 | 88 | 21 | 3F | 0 | 4C | 2F | 6E | 3D | 21 |
| Octal | 62 | 210 | 41 | 77 | 0 | 114 | 57 | 156 | 75 | 41 |
| Binary | 110010 | 10001000 | 100001 | 111111 | 0 | 1001100 | 101111 | 1101110 | 111101 | 100001 |
Color Harmonies of #328821
Complementary color
Monochromatic Colors of #328821
Black with #328821
Text Example
Text Example
White with #328821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328821; }
p { color: rgb(50,136,33); }
H1.HeaderClassName
{
color: #328821;
}
.AnyTagClassName
{
color: #328821;
}
</style>
background-color css
<style>
a { background-color: #328821; }
a { background-color: rgb(50,136,33); }
div.DivClassName
{
background-color: #328821;
}
.BgClassName
{
background-color: #328821;
}
</style>
border-color css
<style>
span { border-color: #328821; }
span { border-color: rgb(50,136,33); }
td.TdClassName
{
border-color: #328821;
}
.TagClassName
{
border-color: #328821;
}
</style>