Shades of Bilbao #327F28
Tints of Bilbao #327F28
RGB
CMYK
RGB Variations
Color information
#327F28 (or 0x327F28) is known color: Bilbao. HEX triplet: 32, 7F and 28. RGB value is (50,127,40). Sum of RGB (Red+Green+Blue) = 50+127+40=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #327F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F28 is #CD80D7. Grayscale: #5E5E5E. Windows color (decimal): -13467864 or 2654002. OLE color: 2654002.
HSL color Cylindrical-coordinate representation of color #327F28: hue angle of 113.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327F28 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 40 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.50 |
| HSL | 113.1º | 0.52% | 0.33% | - |
| HSV(B) | 113.1º | 0.69% | 0.5% | - |
| XYZ | 9.29 | 16.01 | 4.61 | - |
| YUV | 94.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 40 | 0.61 | 0 | 0.69 | 0.50 | 113.1 | 0.52 | 0.33 |
| Hex | 32 | 7F | 28 | 3D | 0 | 45 | 32 | 71 | 34 | 21 |
| Octal | 62 | 177 | 50 | 75 | 0 | 105 | 62 | 161 | 64 | 41 |
| Binary | 110010 | 1111111 | 101000 | 111101 | 0 | 1000101 | 110010 | 1110001 | 110100 | 100001 |
Color Harmonies of #327F28
Complementary color
Monochromatic Colors of #327F28
Black with #327F28
Text Example
Text Example
White with #327F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F28; }
p { color: rgb(50,127,40); }
H1.HeaderClassName
{
color: #327F28;
}
.AnyTagClassName
{
color: #327F28;
}
</style>
background-color css
<style>
a { background-color: #327F28; }
a { background-color: rgb(50,127,40); }
div.DivClassName
{
background-color: #327F28;
}
.BgClassName
{
background-color: #327F28;
}
</style>
border-color css
<style>
span { border-color: #327F28; }
span { border-color: rgb(50,127,40); }
td.TdClassName
{
border-color: #327F28;
}
.TagClassName
{
border-color: #327F28;
}
</style>