Shades of Bilbao #44760C
Tints of Bilbao #44760C
RGB
CMYK
RGB Variations
Color information
#44760C (or 0x44760C) is known color: Bilbao. HEX triplet: 44, 76 and 0C. RGB value is (68,118,12). Sum of RGB (Red+Green+Blue) = 68+118+12=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #44760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44760C is #BB89F3. Grayscale: #5B5B5B. Windows color (decimal): -12290548 or 816708. OLE color: 816708.
HSL color Cylindrical-coordinate representation of color #44760C: hue angle of 88.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44760C is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 12 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.54 |
| HSL | 88.3º | 0.82% | 0.25% | - |
| HSV(B) | 88.3º | 0.9% | 0.46% | - |
| XYZ | 8.93 | 14.21 | 2.62 | - |
| YUV | 90.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 12 | 0.42 | 0 | 0.90 | 0.54 | 88.3 | 0.82 | 0.25 |
| Hex | 44 | 76 | C | 2A | 0 | 5A | 36 | 58 | 52 | 19 |
| Octal | 104 | 166 | 14 | 52 | 0 | 132 | 66 | 130 | 122 | 31 |
| Binary | 1000100 | 1110110 | 1100 | 101010 | 0 | 1011010 | 110110 | 1011000 | 1010010 | 11001 |
Color Harmonies of #44760C
Complementary color
Monochromatic Colors of #44760C
Black with #44760C
Text Example
Text Example
White with #44760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44760C; }
p { color: rgb(68,118,12); }
H1.HeaderClassName
{
color: #44760C;
}
.AnyTagClassName
{
color: #44760C;
}
</style>
background-color css
<style>
a { background-color: #44760C; }
a { background-color: rgb(68,118,12); }
div.DivClassName
{
background-color: #44760C;
}
.BgClassName
{
background-color: #44760C;
}
</style>
border-color css
<style>
span { border-color: #44760C; }
span { border-color: rgb(68,118,12); }
td.TdClassName
{
border-color: #44760C;
}
.TagClassName
{
border-color: #44760C;
}
</style>