Shades of Bilbao #328015
Tints of Bilbao #328015
RGB
CMYK
RGB Variations
Color information
#328015 (or 0x328015) is known color: Bilbao. HEX triplet: 32, 80 and 15. RGB value is (50,128,21). Sum of RGB (Red+Green+Blue) = 50+128+21=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #328015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328015 is #CD7FEA. Grayscale: #5C5C5C. Windows color (decimal): -13467627 or 1409074. OLE color: 1409074.
HSL color Cylindrical-coordinate representation of color #328015: hue angle of 103.74º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #328015 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 21 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.50 |
| HSL | 103.74º | 0.72% | 0.29% | - |
| HSV(B) | 103.74º | 0.84% | 0.5% | - |
| XYZ | 9.17 | 16.17 | 3.35 | - |
| YUV | 92.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 21 | 0.61 | 0 | 0.84 | 0.50 | 103.74 | 0.72 | 0.29 |
| Hex | 32 | 80 | 15 | 3D | 0 | 54 | 32 | 68 | 48 | 1D |
| Octal | 62 | 200 | 25 | 75 | 0 | 124 | 62 | 150 | 110 | 35 |
| Binary | 110010 | 10000000 | 10101 | 111101 | 0 | 1010100 | 110010 | 1101000 | 1001000 | 11101 |
Color Harmonies of #328015
Complementary color
Monochromatic Colors of #328015
Black with #328015
Text Example
Text Example
White with #328015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328015; }
p { color: rgb(50,128,21); }
H1.HeaderClassName
{
color: #328015;
}
.AnyTagClassName
{
color: #328015;
}
</style>
background-color css
<style>
a { background-color: #328015; }
a { background-color: rgb(50,128,21); }
div.DivClassName
{
background-color: #328015;
}
.BgClassName
{
background-color: #328015;
}
</style>
border-color css
<style>
span { border-color: #328015; }
span { border-color: rgb(50,128,21); }
td.TdClassName
{
border-color: #328015;
}
.TagClassName
{
border-color: #328015;
}
</style>