Shades of Bilbao #448500
Tints of Bilbao #448500
RGB
CMYK
RGB Variations
Color information
#448500 (or 0x448500) is known color: Bilbao. HEX triplet: 44, 85 and 00. RGB value is (68,133,0). Sum of RGB (Red+Green+Blue) = 68+133+0=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #448500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448500 is #BB7AFF. Grayscale: #626262. Windows color (decimal): -12286720 or 34116. OLE color: 34116.
HSL color Cylindrical-coordinate representation of color #448500: hue angle of 89.32º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.48 |
| HSL | 89.32º | 1% | 0.26% | - |
| HSV(B) | 89.32º | 1% | 0.52% | - |
| XYZ | 10.77 | 18 | 2.91 | - |
| YUV | 98.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 0 | 0.49 | 0 | 1 | 0.48 | 89.32 | 1 | 0.26 |
| Hex | 44 | 85 | 0 | 31 | 0 | 64 | 30 | 59 | 64 | 1A |
| Octal | 104 | 205 | 0 | 61 | 0 | 144 | 60 | 131 | 144 | 32 |
| Binary | 1000100 | 10000101 | 0 | 110001 | 0 | 1100100 | 110000 | 1011001 | 1100100 | 11010 |
Color Harmonies of #448500
Complementary color
Monochromatic Colors of #448500
Black with #448500
Text Example
Text Example
White with #448500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448500; }
p { color: rgb(68,133,0); }
H1.HeaderClassName
{
color: #448500;
}
.AnyTagClassName
{
color: #448500;
}
</style>
background-color css
<style>
a { background-color: #448500; }
a { background-color: rgb(68,133,0); }
div.DivClassName
{
background-color: #448500;
}
.BgClassName
{
background-color: #448500;
}
</style>
border-color css
<style>
span { border-color: #448500; }
span { border-color: rgb(68,133,0); }
td.TdClassName
{
border-color: #448500;
}
.TagClassName
{
border-color: #448500;
}
</style>