Shades of Bilbao #447D11
Tints of Bilbao #447D11
RGB
CMYK
RGB Variations
Color information
#447D11 (or 0x447D11) is known color: Bilbao. HEX triplet: 44, 7D and 11. RGB value is (68,125,17). Sum of RGB (Red+Green+Blue) = 68+125+17=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #447D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D11 is #BB82EE. Grayscale: #606060. Windows color (decimal): -12288751 or 1146180. OLE color: 1146180.
HSL color Cylindrical-coordinate representation of color #447D11: hue angle of 91.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447D11 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 17 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.51 |
| HSL | 91.67º | 0.76% | 0.28% | - |
| HSV(B) | 91.67º | 0.86% | 0.49% | - |
| XYZ | 9.82 | 15.94 | 3.09 | - |
| YUV | 95.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 17 | 0.46 | 0 | 0.86 | 0.51 | 91.67 | 0.76 | 0.28 |
| Hex | 44 | 7D | 11 | 2E | 0 | 56 | 33 | 5C | 4C | 1C |
| Octal | 104 | 175 | 21 | 56 | 0 | 126 | 63 | 134 | 114 | 34 |
| Binary | 1000100 | 1111101 | 10001 | 101110 | 0 | 1010110 | 110011 | 1011100 | 1001100 | 11100 |
Color Harmonies of #447D11
Complementary color
Monochromatic Colors of #447D11
Black with #447D11
Text Example
Text Example
White with #447D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D11; }
p { color: rgb(68,125,17); }
H1.HeaderClassName
{
color: #447D11;
}
.AnyTagClassName
{
color: #447D11;
}
</style>
background-color css
<style>
a { background-color: #447D11; }
a { background-color: rgb(68,125,17); }
div.DivClassName
{
background-color: #447D11;
}
.BgClassName
{
background-color: #447D11;
}
</style>
border-color css
<style>
span { border-color: #447D11; }
span { border-color: rgb(68,125,17); }
td.TdClassName
{
border-color: #447D11;
}
.TagClassName
{
border-color: #447D11;
}
</style>