Shades of Bilbao #49791C
Tints of Bilbao #49791C
RGB
CMYK
RGB Variations
Color information
#49791C (or 0x49791C) is known color: Bilbao. HEX triplet: 49, 79 and 1C. RGB value is (73,121,28). Sum of RGB (Red+Green+Blue) = 73+121+28=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #49791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49791C is #B686E3. Grayscale: #606060. Windows color (decimal): -11962084 or 1866057. OLE color: 1866057.
HSL color Cylindrical-coordinate representation of color #49791C: hue angle of 90.97º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49791C is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 28 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.53 |
| HSL | 90.97º | 0.62% | 0.29% | - |
| HSV(B) | 90.97º | 0.77% | 0.47% | - |
| XYZ | 9.79 | 15.18 | 3.51 | - |
| YUV | 96.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 28 | 0.40 | 0 | 0.77 | 0.53 | 90.97 | 0.62 | 0.29 |
| Hex | 49 | 79 | 1C | 28 | 0 | 4D | 35 | 5B | 3E | 1D |
| Octal | 111 | 171 | 34 | 50 | 0 | 115 | 65 | 133 | 76 | 35 |
| Binary | 1001001 | 1111001 | 11100 | 101000 | 0 | 1001101 | 110101 | 1011011 | 111110 | 11101 |
Color Harmonies of #49791C
Complementary color
Monochromatic Colors of #49791C
Black with #49791C
Text Example
Text Example
White with #49791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49791C; }
p { color: rgb(73,121,28); }
H1.HeaderClassName
{
color: #49791C;
}
.AnyTagClassName
{
color: #49791C;
}
</style>
background-color css
<style>
a { background-color: #49791C; }
a { background-color: rgb(73,121,28); }
div.DivClassName
{
background-color: #49791C;
}
.BgClassName
{
background-color: #49791C;
}
</style>
border-color css
<style>
span { border-color: #49791C; }
span { border-color: rgb(73,121,28); }
td.TdClassName
{
border-color: #49791C;
}
.TagClassName
{
border-color: #49791C;
}
</style>