Shades of Bilbao #328113
Tints of Bilbao #328113
RGB
CMYK
RGB Variations
Color information
#328113 (or 0x328113) is known color: Bilbao. HEX triplet: 32, 81 and 13. RGB value is (50,129,19). Sum of RGB (Red+Green+Blue) = 50+129+19=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #328113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328113 is #CD7EEC. Grayscale: #5D5D5D. Windows color (decimal): -13467373 or 1278258. OLE color: 1278258.
HSL color Cylindrical-coordinate representation of color #328113: hue angle of 103.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #328113 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 19 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.49 |
| HSL | 103.09º | 0.74% | 0.29% | - |
| HSV(B) | 103.09º | 0.85% | 0.51% | - |
| XYZ | 9.28 | 16.43 | 3.3 | - |
| YUV | 92.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 19 | 0.61 | 0 | 0.85 | 0.49 | 103.09 | 0.74 | 0.29 |
| Hex | 32 | 81 | 13 | 3D | 0 | 55 | 31 | 67 | 4A | 1D |
| Octal | 62 | 201 | 23 | 75 | 0 | 125 | 61 | 147 | 112 | 35 |
| Binary | 110010 | 10000001 | 10011 | 111101 | 0 | 1010101 | 110001 | 1100111 | 1001010 | 11101 |
Color Harmonies of #328113
Complementary color
Monochromatic Colors of #328113
Black with #328113
Text Example
Text Example
White with #328113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328113; }
p { color: rgb(50,129,19); }
H1.HeaderClassName
{
color: #328113;
}
.AnyTagClassName
{
color: #328113;
}
</style>
background-color css
<style>
a { background-color: #328113; }
a { background-color: rgb(50,129,19); }
div.DivClassName
{
background-color: #328113;
}
.BgClassName
{
background-color: #328113;
}
</style>
border-color css
<style>
span { border-color: #328113; }
span { border-color: rgb(50,129,19); }
td.TdClassName
{
border-color: #328113;
}
.TagClassName
{
border-color: #328113;
}
</style>