Shades of Bilbao #44741D
Tints of Bilbao #44741D
RGB
CMYK
RGB Variations
Color information
#44741D (or 0x44741D) is known color: Bilbao. HEX triplet: 44, 74 and 1D. RGB value is (68,116,29). Sum of RGB (Red+Green+Blue) = 68+116+29=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #44741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44741D is #BB8BE2. Grayscale: #5C5C5C. Windows color (decimal): -12291043 or 1930308. OLE color: 1930308.
HSL color Cylindrical-coordinate representation of color #44741D: hue angle of 93.1º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44741D is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 29 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.55 |
| HSL | 93.1º | 0.6% | 0.28% | - |
| HSV(B) | 93.1º | 0.75% | 0.45% | - |
| XYZ | 8.85 | 13.81 | 3.36 | - |
| YUV | 91.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 29 | 0.41 | 0 | 0.75 | 0.55 | 93.1 | 0.6 | 0.28 |
| Hex | 44 | 74 | 1D | 29 | 0 | 4B | 37 | 5D | 3C | 1C |
| Octal | 104 | 164 | 35 | 51 | 0 | 113 | 67 | 135 | 74 | 34 |
| Binary | 1000100 | 1110100 | 11101 | 101001 | 0 | 1001011 | 110111 | 1011101 | 111100 | 11100 |
Color Harmonies of #44741D
Complementary color
Monochromatic Colors of #44741D
Black with #44741D
Text Example
Text Example
White with #44741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44741D; }
p { color: rgb(68,116,29); }
H1.HeaderClassName
{
color: #44741D;
}
.AnyTagClassName
{
color: #44741D;
}
</style>
background-color css
<style>
a { background-color: #44741D; }
a { background-color: rgb(68,116,29); }
div.DivClassName
{
background-color: #44741D;
}
.BgClassName
{
background-color: #44741D;
}
</style>
border-color css
<style>
span { border-color: #44741D; }
span { border-color: rgb(68,116,29); }
td.TdClassName
{
border-color: #44741D;
}
.TagClassName
{
border-color: #44741D;
}
</style>