Shades of Bilbao #44771F
Tints of Bilbao #44771F
RGB
CMYK
RGB Variations
Color information
#44771F (or 0x44771F) is known color: Bilbao. HEX triplet: 44, 77 and 1F. RGB value is (68,119,31). Sum of RGB (Red+Green+Blue) = 68+119+31=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #44771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44771F is #BB88E0. Grayscale: #5E5E5E. Windows color (decimal): -12290273 or 2062148. OLE color: 2062148.
HSL color Cylindrical-coordinate representation of color #44771F: hue angle of 94.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44771F is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 119 | 31 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.53 |
| HSL | 94.77º | 0.59% | 0.29% | - |
| HSV(B) | 94.77º | 0.74% | 0.47% | - |
| XYZ | 9.23 | 14.52 | 3.61 | - |
| YUV | 93.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 31 | 0.43 | 0 | 0.74 | 0.53 | 94.77 | 0.59 | 0.29 |
| Hex | 44 | 77 | 1F | 2B | 0 | 4A | 35 | 5F | 3B | 1D |
| Octal | 104 | 167 | 37 | 53 | 0 | 112 | 65 | 137 | 73 | 35 |
| Binary | 1000100 | 1110111 | 11111 | 101011 | 0 | 1001010 | 110101 | 1011111 | 111011 | 11101 |
Color Harmonies of #44771F
Complementary color
Monochromatic Colors of #44771F
Black with #44771F
Text Example
Text Example
White with #44771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44771F; }
p { color: rgb(68,119,31); }
H1.HeaderClassName
{
color: #44771F;
}
.AnyTagClassName
{
color: #44771F;
}
</style>
background-color css
<style>
a { background-color: #44771F; }
a { background-color: rgb(68,119,31); }
div.DivClassName
{
background-color: #44771F;
}
.BgClassName
{
background-color: #44771F;
}
</style>
border-color css
<style>
span { border-color: #44771F; }
span { border-color: rgb(68,119,31); }
td.TdClassName
{
border-color: #44771F;
}
.TagClassName
{
border-color: #44771F;
}
</style>