Shades of Bilbao #448100
Tints of Bilbao #448100
RGB
CMYK
RGB Variations
Color information
#448100 (or 0x448100) is known color: Bilbao. HEX triplet: 44, 81 and 00. RGB value is (68,129,0). Sum of RGB (Red+Green+Blue) = 68+129+0=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #448100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448100 is #BB7EFF. Grayscale: #606060. Windows color (decimal): -12287744 or 33092. OLE color: 33092.
HSL color Cylindrical-coordinate representation of color #448100: hue angle of 88.37º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448100 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.49 |
| HSL | 88.37º | 1% | 0.25% | - |
| HSV(B) | 88.37º | 1% | 0.51% | - |
| XYZ | 10.23 | 16.93 | 2.73 | - |
| YUV | 96.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 0 | 0.47 | 0 | 1 | 0.49 | 88.37 | 1 | 0.25 |
| Hex | 44 | 81 | 0 | 2F | 0 | 64 | 31 | 58 | 64 | 19 |
| Octal | 104 | 201 | 0 | 57 | 0 | 144 | 61 | 130 | 144 | 31 |
| Binary | 1000100 | 10000001 | 0 | 101111 | 0 | 1100100 | 110001 | 1011000 | 1100100 | 11001 |
Color Harmonies of #448100
Complementary color
Monochromatic Colors of #448100
Black with #448100
Text Example
Text Example
White with #448100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448100; }
p { color: rgb(68,129,0); }
H1.HeaderClassName
{
color: #448100;
}
.AnyTagClassName
{
color: #448100;
}
</style>
background-color css
<style>
a { background-color: #448100; }
a { background-color: rgb(68,129,0); }
div.DivClassName
{
background-color: #448100;
}
.BgClassName
{
background-color: #448100;
}
</style>
border-color css
<style>
span { border-color: #448100; }
span { border-color: rgb(68,129,0); }
td.TdClassName
{
border-color: #448100;
}
.TagClassName
{
border-color: #448100;
}
</style>