Shades of Bilbao #328E08
Tints of Bilbao #328E08
RGB
CMYK
RGB Variations
Color information
#328E08 (or 0x328E08) is known color: Bilbao. HEX triplet: 32, 8E and 08. RGB value is (50,142,8). Sum of RGB (Red+Green+Blue) = 50+142+8=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #328E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328E08 is #CD71F7. Grayscale: #636363. Windows color (decimal): -13464056 or 560690. OLE color: 560690.
HSL color Cylindrical-coordinate representation of color #328E08: hue angle of 101.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #328E08 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 8 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.44 |
| HSL | 101.19º | 0.89% | 0.29% | - |
| HSV(B) | 101.19º | 0.94% | 0.56% | - |
| XYZ | 11.03 | 20.04 | 3.52 | - |
| YUV | 99.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 8 | 0.65 | 0 | 0.94 | 0.44 | 101.19 | 0.89 | 0.29 |
| Hex | 32 | 8E | 8 | 41 | 0 | 5E | 2C | 65 | 59 | 1D |
| Octal | 62 | 216 | 10 | 101 | 0 | 136 | 54 | 145 | 131 | 35 |
| Binary | 110010 | 10001110 | 1000 | 1000001 | 0 | 1011110 | 101100 | 1100101 | 1011001 | 11101 |
Color Harmonies of #328E08
Complementary color
Monochromatic Colors of #328E08
Black with #328E08
Text Example
Text Example
White with #328E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E08; }
p { color: rgb(50,142,8); }
H1.HeaderClassName
{
color: #328E08;
}
.AnyTagClassName
{
color: #328E08;
}
</style>
background-color css
<style>
a { background-color: #328E08; }
a { background-color: rgb(50,142,8); }
div.DivClassName
{
background-color: #328E08;
}
.BgClassName
{
background-color: #328E08;
}
</style>
border-color css
<style>
span { border-color: #328E08; }
span { border-color: rgb(50,142,8); }
td.TdClassName
{
border-color: #328E08;
}
.TagClassName
{
border-color: #328E08;
}
</style>