Shades of Bilbao #44800E
Tints of Bilbao #44800E
RGB
CMYK
RGB Variations
Color information
#44800E (or 0x44800E) is known color: Bilbao. HEX triplet: 44, 80 and 0E. RGB value is (68,128,14). Sum of RGB (Red+Green+Blue) = 68+128+14=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #44800E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44800E is #BB7FF1. Grayscale: #616161. Windows color (decimal): -12287986 or 950340. OLE color: 950340.
HSL color Cylindrical-coordinate representation of color #44800E: hue angle of 91.58º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44800E is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 14 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.50 |
| HSL | 91.58º | 0.8% | 0.28% | - |
| HSV(B) | 91.58º | 0.89% | 0.5% | - |
| XYZ | 10.18 | 16.7 | 3.1 | - |
| YUV | 97.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 14 | 0.47 | 0 | 0.89 | 0.50 | 91.58 | 0.8 | 0.28 |
| Hex | 44 | 80 | E | 2F | 0 | 59 | 32 | 5C | 50 | 1C |
| Octal | 104 | 200 | 16 | 57 | 0 | 131 | 62 | 134 | 120 | 34 |
| Binary | 1000100 | 10000000 | 1110 | 101111 | 0 | 1011001 | 110010 | 1011100 | 1010000 | 11100 |
Color Harmonies of #44800E
Complementary color
Monochromatic Colors of #44800E
Black with #44800E
Text Example
Text Example
White with #44800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44800E; }
p { color: rgb(68,128,14); }
H1.HeaderClassName
{
color: #44800E;
}
.AnyTagClassName
{
color: #44800E;
}
</style>
background-color css
<style>
a { background-color: #44800E; }
a { background-color: rgb(68,128,14); }
div.DivClassName
{
background-color: #44800E;
}
.BgClassName
{
background-color: #44800E;
}
</style>
border-color css
<style>
span { border-color: #44800E; }
span { border-color: rgb(68,128,14); }
td.TdClassName
{
border-color: #44800E;
}
.TagClassName
{
border-color: #44800E;
}
</style>