Shades of Bilbao #328119
Tints of Bilbao #328119
RGB
CMYK
RGB Variations
Color information
#328119 (or 0x328119) is known color: Bilbao. HEX triplet: 32, 81 and 19. RGB value is (50,129,25). Sum of RGB (Red+Green+Blue) = 50+129+25=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #328119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328119 is #CD7EE6. Grayscale: #5D5D5D. Windows color (decimal): -13467367 or 1671474. OLE color: 1671474.
HSL color Cylindrical-coordinate representation of color #328119: hue angle of 105.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #328119 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 25 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.49 |
| HSL | 105.58º | 0.68% | 0.3% | - |
| HSV(B) | 105.58º | 0.81% | 0.51% | - |
| XYZ | 9.34 | 16.45 | 3.6 | - |
| YUV | 93.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 25 | 0.61 | 0 | 0.81 | 0.49 | 105.58 | 0.68 | 0.3 |
| Hex | 32 | 81 | 19 | 3D | 0 | 51 | 31 | 6A | 44 | 1E |
| Octal | 62 | 201 | 31 | 75 | 0 | 121 | 61 | 152 | 104 | 36 |
| Binary | 110010 | 10000001 | 11001 | 111101 | 0 | 1010001 | 110001 | 1101010 | 1000100 | 11110 |
Color Harmonies of #328119
Complementary color
Monochromatic Colors of #328119
Black with #328119
Text Example
Text Example
White with #328119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328119; }
p { color: rgb(50,129,25); }
H1.HeaderClassName
{
color: #328119;
}
.AnyTagClassName
{
color: #328119;
}
</style>
background-color css
<style>
a { background-color: #328119; }
a { background-color: rgb(50,129,25); }
div.DivClassName
{
background-color: #328119;
}
.BgClassName
{
background-color: #328119;
}
</style>
border-color css
<style>
span { border-color: #328119; }
span { border-color: rgb(50,129,25); }
td.TdClassName
{
border-color: #328119;
}
.TagClassName
{
border-color: #328119;
}
</style>