Shades of Bilbao #326F25
Tints of Bilbao #326F25
RGB
CMYK
RGB Variations
Color information
#326F25 (or 0x326F25) is known color: Bilbao. HEX triplet: 32, 6F and 25. RGB value is (50,111,37). Sum of RGB (Red+Green+Blue) = 50+111+37=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #326F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F25 is #CD90DA. Grayscale: #545454. Windows color (decimal): -13471963 or 2453298. OLE color: 2453298.
HSL color Cylindrical-coordinate representation of color #326F25: hue angle of 109.46º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326F25 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 37 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.56 |
| HSL | 109.46º | 0.5% | 0.29% | - |
| HSV(B) | 109.46º | 0.67% | 0.44% | - |
| XYZ | 7.33 | 12.18 | 3.71 | - |
| YUV | 84.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 37 | 0.55 | 0 | 0.67 | 0.56 | 109.46 | 0.5 | 0.29 |
| Hex | 32 | 6F | 25 | 37 | 0 | 43 | 38 | 6D | 32 | 1D |
| Octal | 62 | 157 | 45 | 67 | 0 | 103 | 70 | 155 | 62 | 35 |
| Binary | 110010 | 1101111 | 100101 | 110111 | 0 | 1000011 | 111000 | 1101101 | 110010 | 11101 |
Color Harmonies of #326F25
Complementary color
Monochromatic Colors of #326F25
Black with #326F25
Text Example
Text Example
White with #326F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F25; }
p { color: rgb(50,111,37); }
H1.HeaderClassName
{
color: #326F25;
}
.AnyTagClassName
{
color: #326F25;
}
</style>
background-color css
<style>
a { background-color: #326F25; }
a { background-color: rgb(50,111,37); }
div.DivClassName
{
background-color: #326F25;
}
.BgClassName
{
background-color: #326F25;
}
</style>
border-color css
<style>
span { border-color: #326F25; }
span { border-color: rgb(50,111,37); }
td.TdClassName
{
border-color: #326F25;
}
.TagClassName
{
border-color: #326F25;
}
</style>