Shades of Bilbao #447B15
Tints of Bilbao #447B15
RGB
CMYK
RGB Variations
Color information
#447B15 (or 0x447B15) is known color: Bilbao. HEX triplet: 44, 7B and 15. RGB value is (68,123,21). Sum of RGB (Red+Green+Blue) = 68+123+21=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #447B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B15 is #BB84EA. Grayscale: #5F5F5F. Windows color (decimal): -12289259 or 1407812. OLE color: 1407812.
HSL color Cylindrical-coordinate representation of color #447B15: hue angle of 92.35º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447B15 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 21 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.52 |
| HSL | 92.35º | 0.71% | 0.28% | - |
| HSV(B) | 92.35º | 0.83% | 0.48% | - |
| XYZ | 9.6 | 15.45 | 3.19 | - |
| YUV | 94.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 21 | 0.45 | 0 | 0.83 | 0.52 | 92.35 | 0.71 | 0.28 |
| Hex | 44 | 7B | 15 | 2D | 0 | 53 | 34 | 5C | 47 | 1C |
| Octal | 104 | 173 | 25 | 55 | 0 | 123 | 64 | 134 | 107 | 34 |
| Binary | 1000100 | 1111011 | 10101 | 101101 | 0 | 1010011 | 110100 | 1011100 | 1000111 | 11100 |
Color Harmonies of #447B15
Complementary color
Monochromatic Colors of #447B15
Black with #447B15
Text Example
Text Example
White with #447B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B15; }
p { color: rgb(68,123,21); }
H1.HeaderClassName
{
color: #447B15;
}
.AnyTagClassName
{
color: #447B15;
}
</style>
background-color css
<style>
a { background-color: #447B15; }
a { background-color: rgb(68,123,21); }
div.DivClassName
{
background-color: #447B15;
}
.BgClassName
{
background-color: #447B15;
}
</style>
border-color css
<style>
span { border-color: #447B15; }
span { border-color: rgb(68,123,21); }
td.TdClassName
{
border-color: #447B15;
}
.TagClassName
{
border-color: #447B15;
}
</style>