Shades of Bilbao #328519
Tints of Bilbao #328519
RGB
CMYK
RGB Variations
Color information
#328519 (or 0x328519) is known color: Bilbao. HEX triplet: 32, 85 and 19. RGB value is (50,133,25). Sum of RGB (Red+Green+Blue) = 50+133+25=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #328519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328519 is #CD7AE6. Grayscale: #606060. Windows color (decimal): -13466343 or 1672498. OLE color: 1672498.
HSL color Cylindrical-coordinate representation of color #328519: hue angle of 106.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #328519 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 25 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.48 |
| HSL | 106.11º | 0.68% | 0.31% | - |
| HSV(B) | 106.11º | 0.81% | 0.52% | - |
| XYZ | 9.88 | 17.52 | 3.78 | - |
| YUV | 95.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 25 | 0.62 | 0 | 0.81 | 0.48 | 106.11 | 0.68 | 0.31 |
| Hex | 32 | 85 | 19 | 3E | 0 | 51 | 30 | 6A | 44 | 1F |
| Octal | 62 | 205 | 31 | 76 | 0 | 121 | 60 | 152 | 104 | 37 |
| Binary | 110010 | 10000101 | 11001 | 111110 | 0 | 1010001 | 110000 | 1101010 | 1000100 | 11111 |
Color Harmonies of #328519
Complementary color
Monochromatic Colors of #328519
Black with #328519
Text Example
Text Example
White with #328519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328519; }
p { color: rgb(50,133,25); }
H1.HeaderClassName
{
color: #328519;
}
.AnyTagClassName
{
color: #328519;
}
</style>
background-color css
<style>
a { background-color: #328519; }
a { background-color: rgb(50,133,25); }
div.DivClassName
{
background-color: #328519;
}
.BgClassName
{
background-color: #328519;
}
</style>
border-color css
<style>
span { border-color: #328519; }
span { border-color: rgb(50,133,25); }
td.TdClassName
{
border-color: #328519;
}
.TagClassName
{
border-color: #328519;
}
</style>