Shades of Bilbao #32791B
Tints of Bilbao #32791B
RGB
CMYK
RGB Variations
Color information
#32791B (or 0x32791B) is known color: Bilbao. HEX triplet: 32, 79 and 1B. RGB value is (50,121,27). Sum of RGB (Red+Green+Blue) = 50+121+27=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #32791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32791B is #CD86E4. Grayscale: #595959. Windows color (decimal): -13469413 or 1800498. OLE color: 1800498.
HSL color Cylindrical-coordinate representation of color #32791B: hue angle of 105.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32791B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 121 | 27 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.53 |
| HSL | 105.32º | 0.64% | 0.29% | - |
| HSV(B) | 105.32º | 0.78% | 0.47% | - |
| XYZ | 8.35 | 14.43 | 3.38 | - |
| YUV | 89.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 27 | 0.59 | 0 | 0.78 | 0.53 | 105.32 | 0.64 | 0.29 |
| Hex | 32 | 79 | 1B | 3B | 0 | 4E | 35 | 69 | 40 | 1D |
| Octal | 62 | 171 | 33 | 73 | 0 | 116 | 65 | 151 | 100 | 35 |
| Binary | 110010 | 1111001 | 11011 | 111011 | 0 | 1001110 | 110101 | 1101001 | 1000000 | 11101 |
Color Harmonies of #32791B
Complementary color
Monochromatic Colors of #32791B
Black with #32791B
Text Example
Text Example
White with #32791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32791B; }
p { color: rgb(50,121,27); }
H1.HeaderClassName
{
color: #32791B;
}
.AnyTagClassName
{
color: #32791B;
}
</style>
background-color css
<style>
a { background-color: #32791B; }
a { background-color: rgb(50,121,27); }
div.DivClassName
{
background-color: #32791B;
}
.BgClassName
{
background-color: #32791B;
}
</style>
border-color css
<style>
span { border-color: #32791B; }
span { border-color: rgb(50,121,27); }
td.TdClassName
{
border-color: #32791B;
}
.TagClassName
{
border-color: #32791B;
}
</style>