Shades of Bilbao #428811
Tints of Bilbao #428811
RGB
CMYK
RGB Variations
Color information
#428811 (or 0x428811) is known color: Bilbao. HEX triplet: 42, 88 and 11. RGB value is (66,136,17). Sum of RGB (Red+Green+Blue) = 66+136+17=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #428811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428811 is #BD77EE. Grayscale: #656565. Windows color (decimal): -12417007 or 1148994. OLE color: 1148994.
HSL color Cylindrical-coordinate representation of color #428811: hue angle of 95.29º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #428811 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 17 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.47 |
| HSL | 95.29º | 0.78% | 0.3% | - |
| HSV(B) | 95.29º | 0.88% | 0.53% | - |
| XYZ | 11.15 | 18.81 | 3.57 | - |
| YUV | 101.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 17 | 0.51 | 0 | 0.87 | 0.47 | 95.29 | 0.78 | 0.3 |
| Hex | 42 | 88 | 11 | 33 | 0 | 57 | 2F | 5F | 4E | 1E |
| Octal | 102 | 210 | 21 | 63 | 0 | 127 | 57 | 137 | 116 | 36 |
| Binary | 1000010 | 10001000 | 10001 | 110011 | 0 | 1010111 | 101111 | 1011111 | 1001110 | 11110 |
Color Harmonies of #428811
Complementary color
Monochromatic Colors of #428811
Black with #428811
Text Example
Text Example
White with #428811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428811; }
p { color: rgb(66,136,17); }
H1.HeaderClassName
{
color: #428811;
}
.AnyTagClassName
{
color: #428811;
}
</style>
background-color css
<style>
a { background-color: #428811; }
a { background-color: rgb(66,136,17); }
div.DivClassName
{
background-color: #428811;
}
.BgClassName
{
background-color: #428811;
}
</style>
border-color css
<style>
span { border-color: #428811; }
span { border-color: rgb(66,136,17); }
td.TdClassName
{
border-color: #428811;
}
.TagClassName
{
border-color: #428811;
}
</style>