Shades of Bilbao #326B07
Tints of Bilbao #326B07
RGB
CMYK
RGB Variations
Color information
#326B07 (or 0x326B07) is known color: Bilbao. HEX triplet: 32, 6B and 07. RGB value is (50,107,7). Sum of RGB (Red+Green+Blue) = 50+107+7=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #326B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326B07 is #CD94F8. Grayscale: #4E4E4E. Windows color (decimal): -13473017 or 486194. OLE color: 486194.
HSL color Cylindrical-coordinate representation of color #326B07: hue angle of 94.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #326B07 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 7 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.58 |
| HSL | 94.2º | 0.88% | 0.22% | - |
| HSV(B) | 94.2º | 0.93% | 0.42% | - |
| XYZ | 6.61 | 11.21 | 2.02 | - |
| YUV | 78.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 7 | 0.53 | 0 | 0.93 | 0.58 | 94.2 | 0.88 | 0.22 |
| Hex | 32 | 6B | 7 | 35 | 0 | 5D | 3A | 5E | 58 | 16 |
| Octal | 62 | 153 | 7 | 65 | 0 | 135 | 72 | 136 | 130 | 26 |
| Binary | 110010 | 1101011 | 111 | 110101 | 0 | 1011101 | 111010 | 1011110 | 1011000 | 10110 |
Color Harmonies of #326B07
Complementary color
Monochromatic Colors of #326B07
Black with #326B07
Text Example
Text Example
White with #326B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B07; }
p { color: rgb(50,107,7); }
H1.HeaderClassName
{
color: #326B07;
}
.AnyTagClassName
{
color: #326B07;
}
</style>
background-color css
<style>
a { background-color: #326B07; }
a { background-color: rgb(50,107,7); }
div.DivClassName
{
background-color: #326B07;
}
.BgClassName
{
background-color: #326B07;
}
</style>
border-color css
<style>
span { border-color: #326B07; }
span { border-color: rgb(50,107,7); }
td.TdClassName
{
border-color: #326B07;
}
.TagClassName
{
border-color: #326B07;
}
</style>