Shades of Bilbao #327C00
Tints of Bilbao #327C00
RGB
CMYK
RGB Variations
Color information
#327C00 (or 0x327C00) is known color: Bilbao. HEX triplet: 32, 7C and 00. RGB value is (50,124,0). Sum of RGB (Red+Green+Blue) = 50+124+0=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #327C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327C00 is #CD83FF. Grayscale: #585858. Windows color (decimal): -13468672 or 31794. OLE color: 31794.
HSL color Cylindrical-coordinate representation of color #327C00: hue angle of 95.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #327C00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.51 |
| HSL | 95.81º | 1% | 0.24% | - |
| HSV(B) | 95.81º | 1% | 0.49% | - |
| XYZ | 8.52 | 15.09 | 2.46 | - |
| YUV | 87.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 0 | 0.60 | 0 | 1 | 0.51 | 95.81 | 1 | 0.24 |
| Hex | 32 | 7C | 0 | 3C | 0 | 64 | 33 | 60 | 64 | 18 |
| Octal | 62 | 174 | 0 | 74 | 0 | 144 | 63 | 140 | 144 | 30 |
| Binary | 110010 | 1111100 | 0 | 111100 | 0 | 1100100 | 110011 | 1100000 | 1100100 | 11000 |
Color Harmonies of #327C00
Complementary color
Monochromatic Colors of #327C00
Black with #327C00
Text Example
Text Example
White with #327C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C00; }
p { color: rgb(50,124,0); }
H1.HeaderClassName
{
color: #327C00;
}
.AnyTagClassName
{
color: #327C00;
}
</style>
background-color css
<style>
a { background-color: #327C00; }
a { background-color: rgb(50,124,0); }
div.DivClassName
{
background-color: #327C00;
}
.BgClassName
{
background-color: #327C00;
}
</style>
border-color css
<style>
span { border-color: #327C00; }
span { border-color: rgb(50,124,0); }
td.TdClassName
{
border-color: #327C00;
}
.TagClassName
{
border-color: #327C00;
}
</style>