Shades of Bilbao #448127
Tints of Bilbao #448127
RGB
CMYK
RGB Variations
Color information
#448127 (or 0x448127) is known color: Bilbao. HEX triplet: 44, 81 and 27. RGB value is (68,129,39). Sum of RGB (Red+Green+Blue) = 68+129+39=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #448127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448127 is #BB7ED8. Grayscale: #646464. Windows color (decimal): -12287705 or 2588996. OLE color: 2588996.
HSL color Cylindrical-coordinate representation of color #448127: hue angle of 100.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448127 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 39 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.49 |
| HSL | 100.67º | 0.54% | 0.33% | - |
| HSV(B) | 100.67º | 0.7% | 0.51% | - |
| XYZ | 10.6 | 17.08 | 4.66 | - |
| YUV | 100.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 39 | 0.47 | 0 | 0.70 | 0.49 | 100.67 | 0.54 | 0.33 |
| Hex | 44 | 81 | 27 | 2F | 0 | 46 | 31 | 65 | 36 | 21 |
| Octal | 104 | 201 | 47 | 57 | 0 | 106 | 61 | 145 | 66 | 41 |
| Binary | 1000100 | 10000001 | 100111 | 101111 | 0 | 1000110 | 110001 | 1100101 | 110110 | 100001 |
Color Harmonies of #448127
Complementary color
Monochromatic Colors of #448127
Black with #448127
Text Example
Text Example
White with #448127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448127; }
p { color: rgb(68,129,39); }
H1.HeaderClassName
{
color: #448127;
}
.AnyTagClassName
{
color: #448127;
}
</style>
background-color css
<style>
a { background-color: #448127; }
a { background-color: rgb(68,129,39); }
div.DivClassName
{
background-color: #448127;
}
.BgClassName
{
background-color: #448127;
}
</style>
border-color css
<style>
span { border-color: #448127; }
span { border-color: rgb(68,129,39); }
td.TdClassName
{
border-color: #448127;
}
.TagClassName
{
border-color: #448127;
}
</style>