Shades of Bilbao #326F07
Tints of Bilbao #326F07
RGB
CMYK
RGB Variations
Color information
#326F07 (or 0x326F07) is known color: Bilbao. HEX triplet: 32, 6F and 07. RGB value is (50,111,7). Sum of RGB (Red+Green+Blue) = 50+111+7=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #326F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326F07 is #CD90F8. Grayscale: #515151. Windows color (decimal): -13471993 or 487218. OLE color: 487218.
HSL color Cylindrical-coordinate representation of color #326F07: hue angle of 95.19º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #326F07 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 7 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.56 |
| HSL | 95.19º | 0.88% | 0.23% | - |
| HSV(B) | 95.19º | 0.94% | 0.44% | - |
| XYZ | 7.04 | 12.06 | 2.16 | - |
| YUV | 80.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 7 | 0.55 | 0 | 0.94 | 0.56 | 95.19 | 0.88 | 0.23 |
| Hex | 32 | 6F | 7 | 37 | 0 | 5E | 38 | 5F | 58 | 17 |
| Octal | 62 | 157 | 7 | 67 | 0 | 136 | 70 | 137 | 130 | 27 |
| Binary | 110010 | 1101111 | 111 | 110111 | 0 | 1011110 | 111000 | 1011111 | 1011000 | 10111 |
Color Harmonies of #326F07
Complementary color
Monochromatic Colors of #326F07
Black with #326F07
Text Example
Text Example
White with #326F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F07; }
p { color: rgb(50,111,7); }
H1.HeaderClassName
{
color: #326F07;
}
.AnyTagClassName
{
color: #326F07;
}
</style>
background-color css
<style>
a { background-color: #326F07; }
a { background-color: rgb(50,111,7); }
div.DivClassName
{
background-color: #326F07;
}
.BgClassName
{
background-color: #326F07;
}
</style>
border-color css
<style>
span { border-color: #326F07; }
span { border-color: rgb(50,111,7); }
td.TdClassName
{
border-color: #326F07;
}
.TagClassName
{
border-color: #326F07;
}
</style>