Shades of Bilbao #327F15
Tints of Bilbao #327F15
RGB
CMYK
RGB Variations
Color information
#327F15 (or 0x327F15) is known color: Bilbao. HEX triplet: 32, 7F and 15. RGB value is (50,127,21). Sum of RGB (Red+Green+Blue) = 50+127+21=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #327F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327F15 is #CD80EA. Grayscale: #5C5C5C. Windows color (decimal): -13467883 or 1408818. OLE color: 1408818.
HSL color Cylindrical-coordinate representation of color #327F15: hue angle of 103.58º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #327F15 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 21 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.50 |
| HSL | 103.58º | 0.72% | 0.29% | - |
| HSV(B) | 103.58º | 0.83% | 0.5% | - |
| XYZ | 9.04 | 15.91 | 3.3 | - |
| YUV | 91.89 | 87.99 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 21 | 0.61 | 0 | 0.83 | 0.50 | 103.58 | 0.72 | 0.29 |
| Hex | 32 | 7F | 15 | 3D | 0 | 53 | 32 | 68 | 48 | 1D |
| Octal | 62 | 177 | 25 | 75 | 0 | 123 | 62 | 150 | 110 | 35 |
| Binary | 110010 | 1111111 | 10101 | 111101 | 0 | 1010011 | 110010 | 1101000 | 1001000 | 11101 |
Color Harmonies of #327F15
Complementary color
Monochromatic Colors of #327F15
Black with #327F15
Text Example
Text Example
White with #327F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F15; }
p { color: rgb(50,127,21); }
H1.HeaderClassName
{
color: #327F15;
}
.AnyTagClassName
{
color: #327F15;
}
</style>
background-color css
<style>
a { background-color: #327F15; }
a { background-color: rgb(50,127,21); }
div.DivClassName
{
background-color: #327F15;
}
.BgClassName
{
background-color: #327F15;
}
</style>
border-color css
<style>
span { border-color: #327F15; }
span { border-color: rgb(50,127,21); }
td.TdClassName
{
border-color: #327F15;
}
.TagClassName
{
border-color: #327F15;
}
</style>