Shades of Bilbao #448709
Tints of Bilbao #448709
RGB
CMYK
RGB Variations
Color information
#448709 (or 0x448709) is known color: Bilbao. HEX triplet: 44, 87 and 09. RGB value is (68,135,9). Sum of RGB (Red+Green+Blue) = 68+135+9=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #448709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448709 is #BB78F6. Grayscale: #656565. Windows color (decimal): -12286199 or 624452. OLE color: 624452.
HSL color Cylindrical-coordinate representation of color #448709: hue angle of 91.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #448709 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 9 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.47 |
| HSL | 91.9º | 0.88% | 0.28% | - |
| HSV(B) | 91.9º | 0.93% | 0.53% | - |
| XYZ | 11.1 | 18.58 | 3.26 | - |
| YUV | 100.6 | 76.3 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 9 | 0.50 | 0 | 0.93 | 0.47 | 91.9 | 0.88 | 0.28 |
| Hex | 44 | 87 | 9 | 32 | 0 | 5D | 2F | 5C | 58 | 1C |
| Octal | 104 | 207 | 11 | 62 | 0 | 135 | 57 | 134 | 130 | 34 |
| Binary | 1000100 | 10000111 | 1001 | 110010 | 0 | 1011101 | 101111 | 1011100 | 1011000 | 11100 |
Color Harmonies of #448709
Complementary color
Monochromatic Colors of #448709
Black with #448709
Text Example
Text Example
White with #448709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448709; }
p { color: rgb(68,135,9); }
H1.HeaderClassName
{
color: #448709;
}
.AnyTagClassName
{
color: #448709;
}
</style>
background-color css
<style>
a { background-color: #448709; }
a { background-color: rgb(68,135,9); }
div.DivClassName
{
background-color: #448709;
}
.BgClassName
{
background-color: #448709;
}
</style>
border-color css
<style>
span { border-color: #448709; }
span { border-color: rgb(68,135,9); }
td.TdClassName
{
border-color: #448709;
}
.TagClassName
{
border-color: #448709;
}
</style>