Shades of Bilbao #448901
Tints of Bilbao #448901
RGB
CMYK
RGB Variations
Color information
#448901 (or 0x448901) is known color: Bilbao. HEX triplet: 44, 89 and 01. RGB value is (68,137,1). Sum of RGB (Red+Green+Blue) = 68+137+1=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #448901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448901 is #BB76FE. Grayscale: #656565. Windows color (decimal): -12285695 or 100676. OLE color: 100676.
HSL color Cylindrical-coordinate representation of color #448901: hue angle of 90.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448901 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.46 |
| HSL | 90.44º | 0.99% | 0.27% | - |
| HSV(B) | 90.44º | 0.99% | 0.54% | - |
| XYZ | 11.34 | 19.12 | 3.12 | - |
| YUV | 100.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 1 | 0.50 | 0 | 0.99 | 0.46 | 90.44 | 0.99 | 0.27 |
| Hex | 44 | 89 | 1 | 32 | 0 | 63 | 2E | 5A | 63 | 1B |
| Octal | 104 | 211 | 1 | 62 | 0 | 143 | 56 | 132 | 143 | 33 |
| Binary | 1000100 | 10001001 | 1 | 110010 | 0 | 1100011 | 101110 | 1011010 | 1100011 | 11011 |
Color Harmonies of #448901
Complementary color
Monochromatic Colors of #448901
Black with #448901
Text Example
Text Example
White with #448901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448901; }
p { color: rgb(68,137,1); }
H1.HeaderClassName
{
color: #448901;
}
.AnyTagClassName
{
color: #448901;
}
</style>
background-color css
<style>
a { background-color: #448901; }
a { background-color: rgb(68,137,1); }
div.DivClassName
{
background-color: #448901;
}
.BgClassName
{
background-color: #448901;
}
</style>
border-color css
<style>
span { border-color: #448901; }
span { border-color: rgb(68,137,1); }
td.TdClassName
{
border-color: #448901;
}
.TagClassName
{
border-color: #448901;
}
</style>