Shades of Bilbao #447B10
Tints of Bilbao #447B10
RGB
CMYK
RGB Variations
Color information
#447B10 (or 0x447B10) is known color: Bilbao. HEX triplet: 44, 7B and 10. RGB value is (68,123,16). Sum of RGB (Red+Green+Blue) = 68+123+16=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #447B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B10 is #BB84EF. Grayscale: #5E5E5E. Windows color (decimal): -12289264 or 1080132. OLE color: 1080132.
HSL color Cylindrical-coordinate representation of color #447B10: hue angle of 90.84º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #447B10 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 16 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.52 |
| HSL | 90.84º | 0.77% | 0.27% | - |
| HSV(B) | 90.84º | 0.87% | 0.48% | - |
| XYZ | 9.56 | 15.43 | 2.97 | - |
| YUV | 94.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 16 | 0.45 | 0 | 0.87 | 0.52 | 90.84 | 0.77 | 0.27 |
| Hex | 44 | 7B | 10 | 2D | 0 | 57 | 34 | 5B | 4D | 1B |
| Octal | 104 | 173 | 20 | 55 | 0 | 127 | 64 | 133 | 115 | 33 |
| Binary | 1000100 | 1111011 | 10000 | 101101 | 0 | 1010111 | 110100 | 1011011 | 1001101 | 11011 |
Color Harmonies of #447B10
Complementary color
Monochromatic Colors of #447B10
Black with #447B10
Text Example
Text Example
White with #447B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B10; }
p { color: rgb(68,123,16); }
H1.HeaderClassName
{
color: #447B10;
}
.AnyTagClassName
{
color: #447B10;
}
</style>
background-color css
<style>
a { background-color: #447B10; }
a { background-color: rgb(68,123,16); }
div.DivClassName
{
background-color: #447B10;
}
.BgClassName
{
background-color: #447B10;
}
</style>
border-color css
<style>
span { border-color: #447B10; }
span { border-color: rgb(68,123,16); }
td.TdClassName
{
border-color: #447B10;
}
.TagClassName
{
border-color: #447B10;
}
</style>