Shades of Bilbao #448A00
Tints of Bilbao #448A00
RGB
CMYK
RGB Variations
Color information
#448A00 (or 0x448A00) is known color: Bilbao. HEX triplet: 44, 8A and 00. RGB value is (68,138,0). Sum of RGB (Red+Green+Blue) = 68+138+0=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #448A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448A00 is #BB75FF. Grayscale: #656565. Windows color (decimal): -12285440 or 35396. OLE color: 35396.
HSL color Cylindrical-coordinate representation of color #448A00: hue angle of 90.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448A00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.46 |
| HSL | 90.43º | 1% | 0.27% | - |
| HSV(B) | 90.43º | 1% | 0.54% | - |
| XYZ | 11.47 | 19.41 | 3.14 | - |
| YUV | 101.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 0 | 0.51 | 0 | 1 | 0.46 | 90.43 | 1 | 0.27 |
| Hex | 44 | 8A | 0 | 33 | 0 | 64 | 2E | 5A | 64 | 1B |
| Octal | 104 | 212 | 0 | 63 | 0 | 144 | 56 | 132 | 144 | 33 |
| Binary | 1000100 | 10001010 | 0 | 110011 | 0 | 1100100 | 101110 | 1011010 | 1100100 | 11011 |
Color Harmonies of #448A00
Complementary color
Monochromatic Colors of #448A00
Black with #448A00
Text Example
Text Example
White with #448A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A00; }
p { color: rgb(68,138,0); }
H1.HeaderClassName
{
color: #448A00;
}
.AnyTagClassName
{
color: #448A00;
}
</style>
background-color css
<style>
a { background-color: #448A00; }
a { background-color: rgb(68,138,0); }
div.DivClassName
{
background-color: #448A00;
}
.BgClassName
{
background-color: #448A00;
}
</style>
border-color css
<style>
span { border-color: #448A00; }
span { border-color: rgb(68,138,0); }
td.TdClassName
{
border-color: #448A00;
}
.TagClassName
{
border-color: #448A00;
}
</style>