Shades of Bilbao #447F14
Tints of Bilbao #447F14
RGB
CMYK
RGB Variations
Color information
#447F14 (or 0x447F14) is known color: Bilbao. HEX triplet: 44, 7F and 14. RGB value is (68,127,20). Sum of RGB (Red+Green+Blue) = 68+127+20=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #447F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447F14 is #BB80EB. Grayscale: #616161. Windows color (decimal): -12288236 or 1343300. OLE color: 1343300.
HSL color Cylindrical-coordinate representation of color #447F14: hue angle of 93.08º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #447F14 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 20 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.50 |
| HSL | 93.08º | 0.73% | 0.29% | - |
| HSV(B) | 93.08º | 0.84% | 0.5% | - |
| XYZ | 10.1 | 16.46 | 3.31 | - |
| YUV | 97.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 20 | 0.46 | 0 | 0.84 | 0.50 | 93.08 | 0.73 | 0.29 |
| Hex | 44 | 7F | 14 | 2E | 0 | 54 | 32 | 5D | 49 | 1D |
| Octal | 104 | 177 | 24 | 56 | 0 | 124 | 62 | 135 | 111 | 35 |
| Binary | 1000100 | 1111111 | 10100 | 101110 | 0 | 1010100 | 110010 | 1011101 | 1001001 | 11101 |
Color Harmonies of #447F14
Complementary color
Monochromatic Colors of #447F14
Black with #447F14
Text Example
Text Example
White with #447F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F14; }
p { color: rgb(68,127,20); }
H1.HeaderClassName
{
color: #447F14;
}
.AnyTagClassName
{
color: #447F14;
}
</style>
background-color css
<style>
a { background-color: #447F14; }
a { background-color: rgb(68,127,20); }
div.DivClassName
{
background-color: #447F14;
}
.BgClassName
{
background-color: #447F14;
}
</style>
border-color css
<style>
span { border-color: #447F14; }
span { border-color: rgb(68,127,20); }
td.TdClassName
{
border-color: #447F14;
}
.TagClassName
{
border-color: #447F14;
}
</style>