Shades of Bilbao #328C14
Tints of Bilbao #328C14
RGB
CMYK
RGB Variations
Color information
#328C14 (or 0x328C14) is known color: Bilbao. HEX triplet: 32, 8C and 14. RGB value is (50,140,20). Sum of RGB (Red+Green+Blue) = 50+140+20=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #328C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C14 is #CD73EB. Grayscale: #636363. Windows color (decimal): -13464556 or 1346610. OLE color: 1346610.
HSL color Cylindrical-coordinate representation of color #328C14: hue angle of 105º 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 #328C14 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 140 | 20 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.45 |
| HSL | 105º | 0.75% | 0.31% | - |
| HSV(B) | 105º | 0.86% | 0.55% | - |
| XYZ | 10.82 | 19.48 | 3.85 | - |
| YUV | 99.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 20 | 0.64 | 0 | 0.86 | 0.45 | 105 | 0.75 | 0.31 |
| Hex | 32 | 8C | 14 | 40 | 0 | 56 | 2D | 69 | 4B | 1F |
| Octal | 62 | 214 | 24 | 100 | 0 | 126 | 55 | 151 | 113 | 37 |
| Binary | 110010 | 10001100 | 10100 | 1000000 | 0 | 1010110 | 101101 | 1101001 | 1001011 | 11111 |
Color Harmonies of #328C14
Complementary color
Monochromatic Colors of #328C14
Black with #328C14
Text Example
Text Example
White with #328C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C14; }
p { color: rgb(50,140,20); }
H1.HeaderClassName
{
color: #328C14;
}
.AnyTagClassName
{
color: #328C14;
}
</style>
background-color css
<style>
a { background-color: #328C14; }
a { background-color: rgb(50,140,20); }
div.DivClassName
{
background-color: #328C14;
}
.BgClassName
{
background-color: #328C14;
}
</style>
border-color css
<style>
span { border-color: #328C14; }
span { border-color: rgb(50,140,20); }
td.TdClassName
{
border-color: #328C14;
}
.TagClassName
{
border-color: #328C14;
}
</style>