Shades of Bilbao #328017
Tints of Bilbao #328017
RGB
CMYK
RGB Variations
Color information
#328017 (or 0x328017) is known color: Bilbao. HEX triplet: 32, 80 and 17. RGB value is (50,128,23). Sum of RGB (Red+Green+Blue) = 50+128+23=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #328017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328017 is #CD7FE8. Grayscale: #5D5D5D. Windows color (decimal): -13467625 or 1540146. OLE color: 1540146.
HSL color Cylindrical-coordinate representation of color #328017: hue angle of 104.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328017 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 23 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.50 |
| HSL | 104.57º | 0.7% | 0.3% | - |
| HSV(B) | 104.57º | 0.82% | 0.5% | - |
| XYZ | 9.19 | 16.18 | 3.45 | - |
| YUV | 92.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 23 | 0.61 | 0 | 0.82 | 0.50 | 104.57 | 0.7 | 0.3 |
| Hex | 32 | 80 | 17 | 3D | 0 | 52 | 32 | 69 | 46 | 1E |
| Octal | 62 | 200 | 27 | 75 | 0 | 122 | 62 | 151 | 106 | 36 |
| Binary | 110010 | 10000000 | 10111 | 111101 | 0 | 1010010 | 110010 | 1101001 | 1000110 | 11110 |
Color Harmonies of #328017
Complementary color
Monochromatic Colors of #328017
Black with #328017
Text Example
Text Example
White with #328017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328017; }
p { color: rgb(50,128,23); }
H1.HeaderClassName
{
color: #328017;
}
.AnyTagClassName
{
color: #328017;
}
</style>
background-color css
<style>
a { background-color: #328017; }
a { background-color: rgb(50,128,23); }
div.DivClassName
{
background-color: #328017;
}
.BgClassName
{
background-color: #328017;
}
</style>
border-color css
<style>
span { border-color: #328017; }
span { border-color: rgb(50,128,23); }
td.TdClassName
{
border-color: #328017;
}
.TagClassName
{
border-color: #328017;
}
</style>