Shades of Bilbao #44780A
Tints of Bilbao #44780A
RGB
CMYK
RGB Variations
Color information
#44780A (or 0x44780A) is known color: Bilbao. HEX triplet: 44, 78 and 0A. RGB value is (68,120,10). Sum of RGB (Red+Green+Blue) = 68+120+10=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #44780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44780A is #BB87F5. Grayscale: #5C5C5C. Windows color (decimal): -12290038 or 686148. OLE color: 686148.
HSL color Cylindrical-coordinate representation of color #44780A: hue angle of 88.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44780A is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 120 | 10 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.53 |
| HSL | 88.36º | 0.85% | 0.25% | - |
| HSV(B) | 88.36º | 0.92% | 0.47% | - |
| XYZ | 9.16 | 14.68 | 2.64 | - |
| YUV | 91.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 10 | 0.43 | 0 | 0.92 | 0.53 | 88.36 | 0.85 | 0.25 |
| Hex | 44 | 78 | A | 2B | 0 | 5C | 35 | 58 | 55 | 19 |
| Octal | 104 | 170 | 12 | 53 | 0 | 134 | 65 | 130 | 125 | 31 |
| Binary | 1000100 | 1111000 | 1010 | 101011 | 0 | 1011100 | 110101 | 1011000 | 1010101 | 11001 |
Color Harmonies of #44780A
Complementary color
Monochromatic Colors of #44780A
Black with #44780A
Text Example
Text Example
White with #44780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44780A; }
p { color: rgb(68,120,10); }
H1.HeaderClassName
{
color: #44780A;
}
.AnyTagClassName
{
color: #44780A;
}
</style>
background-color css
<style>
a { background-color: #44780A; }
a { background-color: rgb(68,120,10); }
div.DivClassName
{
background-color: #44780A;
}
.BgClassName
{
background-color: #44780A;
}
</style>
border-color css
<style>
span { border-color: #44780A; }
span { border-color: rgb(68,120,10); }
td.TdClassName
{
border-color: #44780A;
}
.TagClassName
{
border-color: #44780A;
}
</style>