Shades of Bilbao #447B13
Tints of Bilbao #447B13
RGB
CMYK
RGB Variations
Color information
#447B13 (or 0x447B13) is known color: Bilbao. HEX triplet: 44, 7B and 13. RGB value is (68,123,19). Sum of RGB (Red+Green+Blue) = 68+123+19=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #447B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B13 is #BB84EC. Grayscale: #5F5F5F. Windows color (decimal): -12289261 or 1276740. OLE color: 1276740.
HSL color Cylindrical-coordinate representation of color #447B13: hue angle of 91.73º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #447B13 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 19 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.52 |
| HSL | 91.73º | 0.73% | 0.28% | - |
| HSV(B) | 91.73º | 0.85% | 0.48% | - |
| XYZ | 9.58 | 15.44 | 3.09 | - |
| YUV | 94.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 19 | 0.45 | 0 | 0.85 | 0.52 | 91.73 | 0.73 | 0.28 |
| Hex | 44 | 7B | 13 | 2D | 0 | 55 | 34 | 5C | 49 | 1C |
| Octal | 104 | 173 | 23 | 55 | 0 | 125 | 64 | 134 | 111 | 34 |
| Binary | 1000100 | 1111011 | 10011 | 101101 | 0 | 1010101 | 110100 | 1011100 | 1001001 | 11100 |
Color Harmonies of #447B13
Complementary color
Monochromatic Colors of #447B13
Black with #447B13
Text Example
Text Example
White with #447B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B13; }
p { color: rgb(68,123,19); }
H1.HeaderClassName
{
color: #447B13;
}
.AnyTagClassName
{
color: #447B13;
}
</style>
background-color css
<style>
a { background-color: #447B13; }
a { background-color: rgb(68,123,19); }
div.DivClassName
{
background-color: #447B13;
}
.BgClassName
{
background-color: #447B13;
}
</style>
border-color css
<style>
span { border-color: #447B13; }
span { border-color: rgb(68,123,19); }
td.TdClassName
{
border-color: #447B13;
}
.TagClassName
{
border-color: #447B13;
}
</style>