Shades of Bilbao #448025
Tints of Bilbao #448025
RGB
CMYK
RGB Variations
Color information
#448025 (or 0x448025) is known color: Bilbao. HEX triplet: 44, 80 and 25. RGB value is (68,128,37). Sum of RGB (Red+Green+Blue) = 68+128+37=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #448025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448025 is #BB7FDA. Grayscale: #636363. Windows color (decimal): -12287963 or 2457668. OLE color: 2457668.
HSL color Cylindrical-coordinate representation of color #448025: hue angle of 99.56º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448025 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 37 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.50 |
| HSL | 99.56º | 0.55% | 0.32% | - |
| HSV(B) | 99.56º | 0.71% | 0.5% | - |
| XYZ | 10.44 | 16.8 | 4.44 | - |
| YUV | 99.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 37 | 0.47 | 0 | 0.71 | 0.50 | 99.56 | 0.55 | 0.32 |
| Hex | 44 | 80 | 25 | 2F | 0 | 47 | 32 | 64 | 37 | 20 |
| Octal | 104 | 200 | 45 | 57 | 0 | 107 | 62 | 144 | 67 | 40 |
| Binary | 1000100 | 10000000 | 100101 | 101111 | 0 | 1000111 | 110010 | 1100100 | 110111 | 100000 |
Color Harmonies of #448025
Complementary color
Monochromatic Colors of #448025
Black with #448025
Text Example
Text Example
White with #448025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448025; }
p { color: rgb(68,128,37); }
H1.HeaderClassName
{
color: #448025;
}
.AnyTagClassName
{
color: #448025;
}
</style>
background-color css
<style>
a { background-color: #448025; }
a { background-color: rgb(68,128,37); }
div.DivClassName
{
background-color: #448025;
}
.BgClassName
{
background-color: #448025;
}
</style>
border-color css
<style>
span { border-color: #448025; }
span { border-color: rgb(68,128,37); }
td.TdClassName
{
border-color: #448025;
}
.TagClassName
{
border-color: #448025;
}
</style>