Shades of Bilbao #327300
Tints of Bilbao #327300
RGB
CMYK
RGB Variations
Color information
#327300 (or 0x327300) is known color: Bilbao. HEX triplet: 32, 73 and 00. RGB value is (50,115,0). Sum of RGB (Red+Green+Blue) = 50+115+0=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #327300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327300 is #CD8CFF. Grayscale: #525252. Windows color (decimal): -13470976 or 29490. OLE color: 29490.
HSL color Cylindrical-coordinate representation of color #327300: hue angle of 93.91º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #327300 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.55 |
| HSL | 93.91º | 1% | 0.23% | - |
| HSV(B) | 93.91º | 1% | 0.45% | - |
| XYZ | 7.45 | 12.94 | 2.11 | - |
| YUV | 82.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 0 | 0.57 | 0 | 1 | 0.55 | 93.91 | 1 | 0.23 |
| Hex | 32 | 73 | 0 | 39 | 0 | 64 | 37 | 5E | 64 | 17 |
| Octal | 62 | 163 | 0 | 71 | 0 | 144 | 67 | 136 | 144 | 27 |
| Binary | 110010 | 1110011 | 0 | 111001 | 0 | 1100100 | 110111 | 1011110 | 1100100 | 10111 |
Color Harmonies of #327300
Complementary color
Monochromatic Colors of #327300
Black with #327300
Text Example
Text Example
White with #327300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327300; }
p { color: rgb(50,115,0); }
H1.HeaderClassName
{
color: #327300;
}
.AnyTagClassName
{
color: #327300;
}
</style>
background-color css
<style>
a { background-color: #327300; }
a { background-color: rgb(50,115,0); }
div.DivClassName
{
background-color: #327300;
}
.BgClassName
{
background-color: #327300;
}
</style>
border-color css
<style>
span { border-color: #327300; }
span { border-color: rgb(50,115,0); }
td.TdClassName
{
border-color: #327300;
}
.TagClassName
{
border-color: #327300;
}
</style>