Shades of Bilbao #328B14
Tints of Bilbao #328B14
RGB
CMYK
RGB Variations
Color information
#328B14 (or 0x328B14) is known color: Bilbao. HEX triplet: 32, 8B and 14. RGB value is (50,139,20). Sum of RGB (Red+Green+Blue) = 50+139+20=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #328B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B14 is #CD74EB. Grayscale: #636363. Windows color (decimal): -13464812 or 1346354. OLE color: 1346354.
HSL color Cylindrical-coordinate representation of color #328B14: hue angle of 104.87º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #328B14 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 20 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.45 |
| HSL | 104.87º | 0.75% | 0.31% | - |
| HSV(B) | 104.87º | 0.86% | 0.55% | - |
| XYZ | 10.67 | 19.19 | 3.8 | - |
| YUV | 98.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 20 | 0.64 | 0 | 0.86 | 0.45 | 104.87 | 0.75 | 0.31 |
| Hex | 32 | 8B | 14 | 40 | 0 | 56 | 2D | 69 | 4B | 1F |
| Octal | 62 | 213 | 24 | 100 | 0 | 126 | 55 | 151 | 113 | 37 |
| Binary | 110010 | 10001011 | 10100 | 1000000 | 0 | 1010110 | 101101 | 1101001 | 1001011 | 11111 |
Color Harmonies of #328B14
Complementary color
Monochromatic Colors of #328B14
Black with #328B14
Text Example
Text Example
White with #328B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B14; }
p { color: rgb(50,139,20); }
H1.HeaderClassName
{
color: #328B14;
}
.AnyTagClassName
{
color: #328B14;
}
</style>
background-color css
<style>
a { background-color: #328B14; }
a { background-color: rgb(50,139,20); }
div.DivClassName
{
background-color: #328B14;
}
.BgClassName
{
background-color: #328B14;
}
</style>
border-color css
<style>
span { border-color: #328B14; }
span { border-color: rgb(50,139,20); }
td.TdClassName
{
border-color: #328B14;
}
.TagClassName
{
border-color: #328B14;
}
</style>