Shades of Bilbao #447B11
Tints of Bilbao #447B11
RGB
CMYK
RGB Variations
Color information
#447B11 (or 0x447B11) is known color: Bilbao. HEX triplet: 44, 7B and 11. RGB value is (68,123,17). Sum of RGB (Red+Green+Blue) = 68+123+17=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #447B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B11 is #BB84EE. Grayscale: #5E5E5E. Windows color (decimal): -12289263 or 1145668. OLE color: 1145668.
HSL color Cylindrical-coordinate representation of color #447B11: hue angle of 91.13º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447B11 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 17 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.52 |
| HSL | 91.13º | 0.76% | 0.27% | - |
| HSV(B) | 91.13º | 0.86% | 0.48% | - |
| XYZ | 9.57 | 15.44 | 3.01 | - |
| YUV | 94.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 17 | 0.45 | 0 | 0.86 | 0.52 | 91.13 | 0.76 | 0.27 |
| Hex | 44 | 7B | 11 | 2D | 0 | 56 | 34 | 5B | 4C | 1B |
| Octal | 104 | 173 | 21 | 55 | 0 | 126 | 64 | 133 | 114 | 33 |
| Binary | 1000100 | 1111011 | 10001 | 101101 | 0 | 1010110 | 110100 | 1011011 | 1001100 | 11011 |
Color Harmonies of #447B11
Complementary color
Monochromatic Colors of #447B11
Black with #447B11
Text Example
Text Example
White with #447B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B11; }
p { color: rgb(68,123,17); }
H1.HeaderClassName
{
color: #447B11;
}
.AnyTagClassName
{
color: #447B11;
}
</style>
background-color css
<style>
a { background-color: #447B11; }
a { background-color: rgb(68,123,17); }
div.DivClassName
{
background-color: #447B11;
}
.BgClassName
{
background-color: #447B11;
}
</style>
border-color css
<style>
span { border-color: #447B11; }
span { border-color: rgb(68,123,17); }
td.TdClassName
{
border-color: #447B11;
}
.TagClassName
{
border-color: #447B11;
}
</style>