Shades of Bilbao #447A14
Tints of Bilbao #447A14
RGB
CMYK
RGB Variations
Color information
#447A14 (or 0x447A14) is known color: Bilbao. HEX triplet: 44, 7A and 14. RGB value is (68,122,20). Sum of RGB (Red+Green+Blue) = 68+122+20=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #447A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447A14 is #BB85EB. Grayscale: #5E5E5E. Windows color (decimal): -12289516 or 1342020. OLE color: 1342020.
HSL color Cylindrical-coordinate representation of color #447A14: hue angle of 91.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #447A14 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 20 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.52 |
| HSL | 91.76º | 0.72% | 0.28% | - |
| HSV(B) | 91.76º | 0.84% | 0.48% | - |
| XYZ | 9.47 | 15.2 | 3.1 | - |
| YUV | 94.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 20 | 0.44 | 0 | 0.84 | 0.52 | 91.76 | 0.72 | 0.28 |
| Hex | 44 | 7A | 14 | 2C | 0 | 54 | 34 | 5C | 48 | 1C |
| Octal | 104 | 172 | 24 | 54 | 0 | 124 | 64 | 134 | 110 | 34 |
| Binary | 1000100 | 1111010 | 10100 | 101100 | 0 | 1010100 | 110100 | 1011100 | 1001000 | 11100 |
Color Harmonies of #447A14
Complementary color
Monochromatic Colors of #447A14
Black with #447A14
Text Example
Text Example
White with #447A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A14; }
p { color: rgb(68,122,20); }
H1.HeaderClassName
{
color: #447A14;
}
.AnyTagClassName
{
color: #447A14;
}
</style>
background-color css
<style>
a { background-color: #447A14; }
a { background-color: rgb(68,122,20); }
div.DivClassName
{
background-color: #447A14;
}
.BgClassName
{
background-color: #447A14;
}
</style>
border-color css
<style>
span { border-color: #447A14; }
span { border-color: rgb(68,122,20); }
td.TdClassName
{
border-color: #447A14;
}
.TagClassName
{
border-color: #447A14;
}
</style>