Shades of Bilbao #447F15
Tints of Bilbao #447F15
RGB
CMYK
RGB Variations
Color information
#447F15 (or 0x447F15) is known color: Bilbao. HEX triplet: 44, 7F and 15. RGB value is (68,127,21). Sum of RGB (Red+Green+Blue) = 68+127+21=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #447F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447F15 is #BB80EA. Grayscale: #616161. Windows color (decimal): -12288235 or 1408836. OLE color: 1408836.
HSL color Cylindrical-coordinate representation of color #447F15: hue angle of 93.4º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447F15 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 21 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.50 |
| HSL | 93.4º | 0.72% | 0.29% | - |
| HSV(B) | 93.4º | 0.83% | 0.5% | - |
| XYZ | 10.11 | 16.46 | 3.35 | - |
| YUV | 97.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 21 | 0.46 | 0 | 0.83 | 0.50 | 93.4 | 0.72 | 0.29 |
| Hex | 44 | 7F | 15 | 2E | 0 | 53 | 32 | 5D | 48 | 1D |
| Octal | 104 | 177 | 25 | 56 | 0 | 123 | 62 | 135 | 110 | 35 |
| Binary | 1000100 | 1111111 | 10101 | 101110 | 0 | 1010011 | 110010 | 1011101 | 1001000 | 11101 |
Color Harmonies of #447F15
Complementary color
Monochromatic Colors of #447F15
Black with #447F15
Text Example
Text Example
White with #447F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F15; }
p { color: rgb(68,127,21); }
H1.HeaderClassName
{
color: #447F15;
}
.AnyTagClassName
{
color: #447F15;
}
</style>
background-color css
<style>
a { background-color: #447F15; }
a { background-color: rgb(68,127,21); }
div.DivClassName
{
background-color: #447F15;
}
.BgClassName
{
background-color: #447F15;
}
</style>
border-color css
<style>
span { border-color: #447F15; }
span { border-color: rgb(68,127,21); }
td.TdClassName
{
border-color: #447F15;
}
.TagClassName
{
border-color: #447F15;
}
</style>