Shades of Bilbao #448128
Tints of Bilbao #448128
RGB
CMYK
RGB Variations
Color information
#448128 (or 0x448128) is known color: Bilbao. HEX triplet: 44, 81 and 28. RGB value is (68,129,40). Sum of RGB (Red+Green+Blue) = 68+129+40=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #448128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448128 is #BB7ED7. Grayscale: #646464. Windows color (decimal): -12287704 or 2654532. OLE color: 2654532.
HSL color Cylindrical-coordinate representation of color #448128: hue angle of 101.12º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448128 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 40 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.49 |
| HSL | 101.12º | 0.53% | 0.33% | - |
| HSV(B) | 101.12º | 0.69% | 0.51% | - |
| XYZ | 10.62 | 17.08 | 4.75 | - |
| YUV | 100.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 40 | 0.47 | 0 | 0.69 | 0.49 | 101.12 | 0.53 | 0.33 |
| Hex | 44 | 81 | 28 | 2F | 0 | 45 | 31 | 65 | 35 | 21 |
| Octal | 104 | 201 | 50 | 57 | 0 | 105 | 61 | 145 | 65 | 41 |
| Binary | 1000100 | 10000001 | 101000 | 101111 | 0 | 1000101 | 110001 | 1100101 | 110101 | 100001 |
Color Harmonies of #448128
Complementary color
Monochromatic Colors of #448128
Black with #448128
Text Example
Text Example
White with #448128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448128; }
p { color: rgb(68,129,40); }
H1.HeaderClassName
{
color: #448128;
}
.AnyTagClassName
{
color: #448128;
}
</style>
background-color css
<style>
a { background-color: #448128; }
a { background-color: rgb(68,129,40); }
div.DivClassName
{
background-color: #448128;
}
.BgClassName
{
background-color: #448128;
}
</style>
border-color css
<style>
span { border-color: #448128; }
span { border-color: rgb(68,129,40); }
td.TdClassName
{
border-color: #448128;
}
.TagClassName
{
border-color: #448128;
}
</style>