Shades of Bilbao #327E09
Tints of Bilbao #327E09
RGB
CMYK
RGB Variations
Color information
#327E09 (or 0x327E09) is known color: Bilbao. HEX triplet: 32, 7E and 09. RGB value is (50,126,9). Sum of RGB (Red+Green+Blue) = 50+126+9=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 126 (49.61% from 255 or 68.11% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 126 - color contains mainly: green. Hex color #327E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327E09 is #CD81F6. Grayscale: #5A5A5A. Windows color (decimal): -13468151 or 622130. OLE color: 622130.
HSL color Cylindrical-coordinate representation of color #327E09: hue angle of 98.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #327E09 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 9 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.51 |
| HSL | 98.97º | 0.87% | 0.26% | - |
| HSV(B) | 98.97º | 0.93% | 0.49% | - |
| XYZ | 8.83 | 15.62 | 2.81 | - |
| YUV | 89.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 9 | 0.60 | 0 | 0.93 | 0.51 | 98.97 | 0.87 | 0.26 |
| Hex | 32 | 7E | 9 | 3C | 0 | 5D | 33 | 63 | 57 | 1A |
| Octal | 62 | 176 | 11 | 74 | 0 | 135 | 63 | 143 | 127 | 32 |
| Binary | 110010 | 1111110 | 1001 | 111100 | 0 | 1011101 | 110011 | 1100011 | 1010111 | 11010 |
Color Harmonies of #327E09
Complementary color
Monochromatic Colors of #327E09
Black with #327E09
Text Example
Text Example
White with #327E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E09; }
p { color: rgb(50,126,9); }
H1.HeaderClassName
{
color: #327E09;
}
.AnyTagClassName
{
color: #327E09;
}
</style>
background-color css
<style>
a { background-color: #327E09; }
a { background-color: rgb(50,126,9); }
div.DivClassName
{
background-color: #327E09;
}
.BgClassName
{
background-color: #327E09;
}
</style>
border-color css
<style>
span { border-color: #327E09; }
span { border-color: rgb(50,126,9); }
td.TdClassName
{
border-color: #327E09;
}
.TagClassName
{
border-color: #327E09;
}
</style>