Shades of Bilbao #447F00
Tints of Bilbao #447F00
RGB
CMYK
RGB Variations
Color information
#447F00 (or 0x447F00) is known color: Bilbao. HEX triplet: 44, 7F and 00. RGB value is (68,127,0). Sum of RGB (Red+Green+Blue) = 68+127+0=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #447F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447F00 is #BB80FF. Grayscale: #5F5F5F. Windows color (decimal): -12288256 or 32580. OLE color: 32580.
HSL color Cylindrical-coordinate representation of color #447F00: hue angle of 87.87º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #447F00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.50 |
| HSL | 87.87º | 1% | 0.25% | - |
| HSV(B) | 87.87º | 1% | 0.5% | - |
| XYZ | 9.97 | 16.41 | 2.64 | - |
| YUV | 94.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 0 | 0.46 | 0 | 1 | 0.50 | 87.87 | 1 | 0.25 |
| Hex | 44 | 7F | 0 | 2E | 0 | 64 | 32 | 58 | 64 | 19 |
| Octal | 104 | 177 | 0 | 56 | 0 | 144 | 62 | 130 | 144 | 31 |
| Binary | 1000100 | 1111111 | 0 | 101110 | 0 | 1100100 | 110010 | 1011000 | 1100100 | 11001 |
Color Harmonies of #447F00
Complementary color
Monochromatic Colors of #447F00
Black with #447F00
Text Example
Text Example
White with #447F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F00; }
p { color: rgb(68,127,0); }
H1.HeaderClassName
{
color: #447F00;
}
.AnyTagClassName
{
color: #447F00;
}
</style>
background-color css
<style>
a { background-color: #447F00; }
a { background-color: rgb(68,127,0); }
div.DivClassName
{
background-color: #447F00;
}
.BgClassName
{
background-color: #447F00;
}
</style>
border-color css
<style>
span { border-color: #447F00; }
span { border-color: rgb(68,127,0); }
td.TdClassName
{
border-color: #447F00;
}
.TagClassName
{
border-color: #447F00;
}
</style>