Shades of Bilbao #328223
Tints of Bilbao #328223
RGB
CMYK
RGB Variations
Color information
#328223 (or 0x328223) is known color: Bilbao. HEX triplet: 32, 82 and 23. RGB value is (50,130,35). Sum of RGB (Red+Green+Blue) = 50+130+35=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #328223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328223 is #CD7DDC. Grayscale: #5F5F5F. Windows color (decimal): -13467101 or 2327090. OLE color: 2327090.
HSL color Cylindrical-coordinate representation of color #328223: hue angle of 110.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328223 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 35 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.49 |
| HSL | 110.53º | 0.58% | 0.32% | - |
| HSV(B) | 110.53º | 0.73% | 0.51% | - |
| XYZ | 9.6 | 16.76 | 4.32 | - |
| YUV | 95.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 35 | 0.62 | 0 | 0.73 | 0.49 | 110.53 | 0.58 | 0.32 |
| Hex | 32 | 82 | 23 | 3E | 0 | 49 | 31 | 6F | 3A | 20 |
| Octal | 62 | 202 | 43 | 76 | 0 | 111 | 61 | 157 | 72 | 40 |
| Binary | 110010 | 10000010 | 100011 | 111110 | 0 | 1001001 | 110001 | 1101111 | 111010 | 100000 |
Color Harmonies of #328223
Complementary color
Monochromatic Colors of #328223
Black with #328223
Text Example
Text Example
White with #328223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328223; }
p { color: rgb(50,130,35); }
H1.HeaderClassName
{
color: #328223;
}
.AnyTagClassName
{
color: #328223;
}
</style>
background-color css
<style>
a { background-color: #328223; }
a { background-color: rgb(50,130,35); }
div.DivClassName
{
background-color: #328223;
}
.BgClassName
{
background-color: #328223;
}
</style>
border-color css
<style>
span { border-color: #328223; }
span { border-color: rgb(50,130,35); }
td.TdClassName
{
border-color: #328223;
}
.TagClassName
{
border-color: #328223;
}
</style>