Shades of Bilbao #328027
Tints of Bilbao #328027
RGB
CMYK
RGB Variations
Color information
#328027 (or 0x328027) is known color: Bilbao. HEX triplet: 32, 80 and 27. RGB value is (50,128,39). Sum of RGB (Red+Green+Blue) = 50+128+39=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #328027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328027 is #CD7FD8. Grayscale: #5E5E5E. Windows color (decimal): -13467609 or 2588722. OLE color: 2588722.
HSL color Cylindrical-coordinate representation of color #328027: hue angle of 112.58º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328027 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 39 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.50 |
| HSL | 112.58º | 0.53% | 0.33% | - |
| HSV(B) | 112.58º | 0.7% | 0.5% | - |
| XYZ | 9.4 | 16.26 | 4.56 | - |
| YUV | 94.53 | 96.66 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 39 | 0.61 | 0 | 0.70 | 0.50 | 112.58 | 0.53 | 0.33 |
| Hex | 32 | 80 | 27 | 3D | 0 | 46 | 32 | 71 | 35 | 21 |
| Octal | 62 | 200 | 47 | 75 | 0 | 106 | 62 | 161 | 65 | 41 |
| Binary | 110010 | 10000000 | 100111 | 111101 | 0 | 1000110 | 110010 | 1110001 | 110101 | 100001 |
Color Harmonies of #328027
Complementary color
Monochromatic Colors of #328027
Black with #328027
Text Example
Text Example
White with #328027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328027; }
p { color: rgb(50,128,39); }
H1.HeaderClassName
{
color: #328027;
}
.AnyTagClassName
{
color: #328027;
}
</style>
background-color css
<style>
a { background-color: #328027; }
a { background-color: rgb(50,128,39); }
div.DivClassName
{
background-color: #328027;
}
.BgClassName
{
background-color: #328027;
}
</style>
border-color css
<style>
span { border-color: #328027; }
span { border-color: rgb(50,128,39); }
td.TdClassName
{
border-color: #328027;
}
.TagClassName
{
border-color: #328027;
}
</style>