Shades of Bilbao #327D28
Tints of Bilbao #327D28
RGB
CMYK
RGB Variations
Color information
#327D28 (or 0x327D28) is known color: Bilbao. HEX triplet: 32, 7D and 28. RGB value is (50,125,40). Sum of RGB (Red+Green+Blue) = 50+125+40=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #327D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D28 is #CD82D7. Grayscale: #5D5D5D. Windows color (decimal): -13468376 or 2653490. OLE color: 2653490.
HSL color Cylindrical-coordinate representation of color #327D28: hue angle of 112.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327D28 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 40 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.51 |
| HSL | 112.94º | 0.52% | 0.32% | - |
| HSV(B) | 112.94º | 0.68% | 0.49% | - |
| XYZ | 9.03 | 15.5 | 4.52 | - |
| YUV | 92.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 40 | 0.60 | 0 | 0.68 | 0.51 | 112.94 | 0.52 | 0.32 |
| Hex | 32 | 7D | 28 | 3C | 0 | 44 | 33 | 71 | 34 | 20 |
| Octal | 62 | 175 | 50 | 74 | 0 | 104 | 63 | 161 | 64 | 40 |
| Binary | 110010 | 1111101 | 101000 | 111100 | 0 | 1000100 | 110011 | 1110001 | 110100 | 100000 |
Color Harmonies of #327D28
Complementary color
Monochromatic Colors of #327D28
Black with #327D28
Text Example
Text Example
White with #327D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D28; }
p { color: rgb(50,125,40); }
H1.HeaderClassName
{
color: #327D28;
}
.AnyTagClassName
{
color: #327D28;
}
</style>
background-color css
<style>
a { background-color: #327D28; }
a { background-color: rgb(50,125,40); }
div.DivClassName
{
background-color: #327D28;
}
.BgClassName
{
background-color: #327D28;
}
</style>
border-color css
<style>
span { border-color: #327D28; }
span { border-color: rgb(50,125,40); }
td.TdClassName
{
border-color: #327D28;
}
.TagClassName
{
border-color: #327D28;
}
</style>