Shades of Bilbao #327B21
Tints of Bilbao #327B21
RGB
CMYK
RGB Variations
Color information
#327B21 (or 0x327B21) is known color: Bilbao. HEX triplet: 32, 7B and 21. RGB value is (50,123,33). Sum of RGB (Red+Green+Blue) = 50+123+33=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #327B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B21 is #CD84DE. Grayscale: #5B5B5B. Windows color (decimal): -13468895 or 2194226. OLE color: 2194226.
HSL color Cylindrical-coordinate representation of color #327B21: hue angle of 108.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327B21 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 33 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.52 |
| HSL | 108.67º | 0.58% | 0.31% | - |
| HSV(B) | 108.67º | 0.73% | 0.48% | - |
| XYZ | 8.67 | 14.95 | 3.87 | - |
| YUV | 90.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 33 | 0.59 | 0 | 0.73 | 0.52 | 108.67 | 0.58 | 0.31 |
| Hex | 32 | 7B | 21 | 3B | 0 | 49 | 34 | 6D | 3A | 1F |
| Octal | 62 | 173 | 41 | 73 | 0 | 111 | 64 | 155 | 72 | 37 |
| Binary | 110010 | 1111011 | 100001 | 111011 | 0 | 1001001 | 110100 | 1101101 | 111010 | 11111 |
Color Harmonies of #327B21
Complementary color
Monochromatic Colors of #327B21
Black with #327B21
Text Example
Text Example
White with #327B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B21; }
p { color: rgb(50,123,33); }
H1.HeaderClassName
{
color: #327B21;
}
.AnyTagClassName
{
color: #327B21;
}
</style>
background-color css
<style>
a { background-color: #327B21; }
a { background-color: rgb(50,123,33); }
div.DivClassName
{
background-color: #327B21;
}
.BgClassName
{
background-color: #327B21;
}
</style>
border-color css
<style>
span { border-color: #327B21; }
span { border-color: rgb(50,123,33); }
td.TdClassName
{
border-color: #327B21;
}
.TagClassName
{
border-color: #327B21;
}
</style>