Shades of Bilbao #327E19
Tints of Bilbao #327E19
RGB
CMYK
RGB Variations
Color information
#327E19 (or 0x327E19) is known color: Bilbao. HEX triplet: 32, 7E and 19. RGB value is (50,126,25). Sum of RGB (Red+Green+Blue) = 50+126+25=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #327E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327E19 is #CD81E6. Grayscale: #5C5C5C. Windows color (decimal): -13468135 or 1670706. OLE color: 1670706.
HSL color Cylindrical-coordinate representation of color #327E19: hue angle of 105.15º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327E19 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 25 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.51 |
| HSL | 105.15º | 0.67% | 0.3% | - |
| HSV(B) | 105.15º | 0.8% | 0.49% | - |
| XYZ | 8.95 | 15.67 | 3.47 | - |
| YUV | 91.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 25 | 0.60 | 0 | 0.80 | 0.51 | 105.15 | 0.67 | 0.3 |
| Hex | 32 | 7E | 19 | 3C | 0 | 50 | 33 | 69 | 43 | 1E |
| Octal | 62 | 176 | 31 | 74 | 0 | 120 | 63 | 151 | 103 | 36 |
| Binary | 110010 | 1111110 | 11001 | 111100 | 0 | 1010000 | 110011 | 1101001 | 1000011 | 11110 |
Color Harmonies of #327E19
Complementary color
Monochromatic Colors of #327E19
Black with #327E19
Text Example
Text Example
White with #327E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E19; }
p { color: rgb(50,126,25); }
H1.HeaderClassName
{
color: #327E19;
}
.AnyTagClassName
{
color: #327E19;
}
</style>
background-color css
<style>
a { background-color: #327E19; }
a { background-color: rgb(50,126,25); }
div.DivClassName
{
background-color: #327E19;
}
.BgClassName
{
background-color: #327E19;
}
</style>
border-color css
<style>
span { border-color: #327E19; }
span { border-color: rgb(50,126,25); }
td.TdClassName
{
border-color: #327E19;
}
.TagClassName
{
border-color: #327E19;
}
</style>