Shades of Bilbao #448804
Tints of Bilbao #448804
RGB
CMYK
RGB Variations
Color information
#448804 (or 0x448804) is known color: Bilbao. HEX triplet: 44, 88 and 04. RGB value is (68,136,4). Sum of RGB (Red+Green+Blue) = 68+136+4=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #448804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448804 is #BB77FB. Grayscale: #656565. Windows color (decimal): -12285948 or 297028. OLE color: 297028.
HSL color Cylindrical-coordinate representation of color #448804: hue angle of 90.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #448804 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 4 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.47 |
| HSL | 90.91º | 0.94% | 0.27% | - |
| HSV(B) | 90.91º | 0.97% | 0.53% | - |
| XYZ | 11.21 | 18.85 | 3.16 | - |
| YUV | 100.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 4 | 0.50 | 0 | 0.97 | 0.47 | 90.91 | 0.94 | 0.27 |
| Hex | 44 | 88 | 4 | 32 | 0 | 61 | 2F | 5B | 5E | 1B |
| Octal | 104 | 210 | 4 | 62 | 0 | 141 | 57 | 133 | 136 | 33 |
| Binary | 1000100 | 10001000 | 100 | 110010 | 0 | 1100001 | 101111 | 1011011 | 1011110 | 11011 |
Color Harmonies of #448804
Complementary color
Monochromatic Colors of #448804
Black with #448804
Text Example
Text Example
White with #448804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448804; }
p { color: rgb(68,136,4); }
H1.HeaderClassName
{
color: #448804;
}
.AnyTagClassName
{
color: #448804;
}
</style>
background-color css
<style>
a { background-color: #448804; }
a { background-color: rgb(68,136,4); }
div.DivClassName
{
background-color: #448804;
}
.BgClassName
{
background-color: #448804;
}
</style>
border-color css
<style>
span { border-color: #448804; }
span { border-color: rgb(68,136,4); }
td.TdClassName
{
border-color: #448804;
}
.TagClassName
{
border-color: #448804;
}
</style>