Shades of Bilbao #44762D
Tints of Bilbao #44762D
RGB
CMYK
RGB Variations
Color information
#44762D (or 0x44762D) is known color: Bilbao. HEX triplet: 44, 76 and 2D. RGB value is (68,118,45). Sum of RGB (Red+Green+Blue) = 68+118+45=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #44762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44762D is #BB89D2. Grayscale: #5E5E5E. Windows color (decimal): -12290515 or 2979396. OLE color: 2979396.
HSL color Cylindrical-coordinate representation of color #44762D: hue angle of 101.1º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44762D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 45 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.54 |
| HSL | 101.1º | 0.45% | 0.32% | - |
| HSV(B) | 101.1º | 0.62% | 0.46% | - |
| XYZ | 9.34 | 14.38 | 4.77 | - |
| YUV | 94.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 45 | 0.42 | 0 | 0.62 | 0.54 | 101.1 | 0.45 | 0.32 |
| Hex | 44 | 76 | 2D | 2A | 0 | 3E | 36 | 65 | 2D | 20 |
| Octal | 104 | 166 | 55 | 52 | 0 | 76 | 66 | 145 | 55 | 40 |
| Binary | 1000100 | 1110110 | 101101 | 101010 | 0 | 111110 | 110110 | 1100101 | 101101 | 100000 |
Color Harmonies of #44762D
Complementary color
Monochromatic Colors of #44762D
Black with #44762D
Text Example
Text Example
White with #44762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44762D; }
p { color: rgb(68,118,45); }
H1.HeaderClassName
{
color: #44762D;
}
.AnyTagClassName
{
color: #44762D;
}
</style>
background-color css
<style>
a { background-color: #44762D; }
a { background-color: rgb(68,118,45); }
div.DivClassName
{
background-color: #44762D;
}
.BgClassName
{
background-color: #44762D;
}
</style>
border-color css
<style>
span { border-color: #44762D; }
span { border-color: rgb(68,118,45); }
td.TdClassName
{
border-color: #44762D;
}
.TagClassName
{
border-color: #44762D;
}
</style>