Shades of Bilbao #44772C
Tints of Bilbao #44772C
RGB
CMYK
RGB Variations
Color information
#44772C (or 0x44772C) is known color: Bilbao. HEX triplet: 44, 77 and 2C. RGB value is (68,119,44). Sum of RGB (Red+Green+Blue) = 68+119+44=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #44772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44772C is #BB88D3. Grayscale: #5F5F5F. Windows color (decimal): -12290260 or 2914116. OLE color: 2914116.
HSL color Cylindrical-coordinate representation of color #44772C: hue angle of 100.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44772C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 119 | 44 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.53 |
| HSL | 100.8º | 0.46% | 0.32% | - |
| HSV(B) | 100.8º | 0.63% | 0.47% | - |
| XYZ | 9.44 | 14.6 | 4.7 | - |
| YUV | 95.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 44 | 0.43 | 0 | 0.63 | 0.53 | 100.8 | 0.46 | 0.32 |
| Hex | 44 | 77 | 2C | 2B | 0 | 3F | 35 | 65 | 2E | 20 |
| Octal | 104 | 167 | 54 | 53 | 0 | 77 | 65 | 145 | 56 | 40 |
| Binary | 1000100 | 1110111 | 101100 | 101011 | 0 | 111111 | 110101 | 1100101 | 101110 | 100000 |
Color Harmonies of #44772C
Complementary color
Monochromatic Colors of #44772C
Black with #44772C
Text Example
Text Example
White with #44772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44772C; }
p { color: rgb(68,119,44); }
H1.HeaderClassName
{
color: #44772C;
}
.AnyTagClassName
{
color: #44772C;
}
</style>
background-color css
<style>
a { background-color: #44772C; }
a { background-color: rgb(68,119,44); }
div.DivClassName
{
background-color: #44772C;
}
.BgClassName
{
background-color: #44772C;
}
</style>
border-color css
<style>
span { border-color: #44772C; }
span { border-color: rgb(68,119,44); }
td.TdClassName
{
border-color: #44772C;
}
.TagClassName
{
border-color: #44772C;
}
</style>