Shades of Bilbao #327C16
Tints of Bilbao #327C16
RGB
CMYK
RGB Variations
Color information
#327C16 (or 0x327C16) is known color: Bilbao. HEX triplet: 32, 7C and 16. RGB value is (50,124,22). Sum of RGB (Red+Green+Blue) = 50+124+22=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #327C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327C16 is #CD83E9. Grayscale: #5A5A5A. Windows color (decimal): -13468650 or 1473586. OLE color: 1473586.
HSL color Cylindrical-coordinate representation of color #327C16: hue angle of 103.53º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #327C16 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 22 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.51 |
| HSL | 103.53º | 0.7% | 0.29% | - |
| HSV(B) | 103.53º | 0.82% | 0.49% | - |
| XYZ | 8.67 | 15.15 | 3.23 | - |
| YUV | 90.25 | 89.48 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 22 | 0.60 | 0 | 0.82 | 0.51 | 103.53 | 0.7 | 0.29 |
| Hex | 32 | 7C | 16 | 3C | 0 | 52 | 33 | 68 | 46 | 1D |
| Octal | 62 | 174 | 26 | 74 | 0 | 122 | 63 | 150 | 106 | 35 |
| Binary | 110010 | 1111100 | 10110 | 111100 | 0 | 1010010 | 110011 | 1101000 | 1000110 | 11101 |
Color Harmonies of #327C16
Complementary color
Monochromatic Colors of #327C16
Black with #327C16
Text Example
Text Example
White with #327C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C16; }
p { color: rgb(50,124,22); }
H1.HeaderClassName
{
color: #327C16;
}
.AnyTagClassName
{
color: #327C16;
}
</style>
background-color css
<style>
a { background-color: #327C16; }
a { background-color: rgb(50,124,22); }
div.DivClassName
{
background-color: #327C16;
}
.BgClassName
{
background-color: #327C16;
}
</style>
border-color css
<style>
span { border-color: #327C16; }
span { border-color: rgb(50,124,22); }
td.TdClassName
{
border-color: #327C16;
}
.TagClassName
{
border-color: #327C16;
}
</style>