Shades of Bilbao #44762C
Tints of Bilbao #44762C
RGB
CMYK
RGB Variations
Color information
#44762C (or 0x44762C) is known color: Bilbao. HEX triplet: 44, 76 and 2C. RGB value is (68,118,44). Sum of RGB (Red+Green+Blue) = 68+118+44=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #44762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44762C is #BB89D3. Grayscale: #5E5E5E. Windows color (decimal): -12290516 or 2913860. OLE color: 2913860.
HSL color Cylindrical-coordinate representation of color #44762C: hue angle of 100.54º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44762C is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 44 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.54 |
| HSL | 100.54º | 0.46% | 0.32% | - |
| HSV(B) | 100.54º | 0.63% | 0.46% | - |
| XYZ | 9.32 | 14.37 | 4.67 | - |
| YUV | 94.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 44 | 0.42 | 0 | 0.63 | 0.54 | 100.54 | 0.46 | 0.32 |
| Hex | 44 | 76 | 2C | 2A | 0 | 3F | 36 | 65 | 2E | 20 |
| Octal | 104 | 166 | 54 | 52 | 0 | 77 | 66 | 145 | 56 | 40 |
| Binary | 1000100 | 1110110 | 101100 | 101010 | 0 | 111111 | 110110 | 1100101 | 101110 | 100000 |
Color Harmonies of #44762C
Complementary color
Monochromatic Colors of #44762C
Black with #44762C
Text Example
Text Example
White with #44762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44762C; }
p { color: rgb(68,118,44); }
H1.HeaderClassName
{
color: #44762C;
}
.AnyTagClassName
{
color: #44762C;
}
</style>
background-color css
<style>
a { background-color: #44762C; }
a { background-color: rgb(68,118,44); }
div.DivClassName
{
background-color: #44762C;
}
.BgClassName
{
background-color: #44762C;
}
</style>
border-color css
<style>
span { border-color: #44762C; }
span { border-color: rgb(68,118,44); }
td.TdClassName
{
border-color: #44762C;
}
.TagClassName
{
border-color: #44762C;
}
</style>