Shades of Bilbao #428128
Tints of Bilbao #428128
RGB
CMYK
RGB Variations
Color information
#428128 (or 0x428128) is known color: Bilbao. HEX triplet: 42, 81 and 28. RGB value is (66,129,40). Sum of RGB (Red+Green+Blue) = 66+129+40=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #428128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428128 is #BD7ED7. Grayscale: #646464. Windows color (decimal): -12418776 or 2654530. OLE color: 2654530.
HSL color Cylindrical-coordinate representation of color #428128: hue angle of 102.47º 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 #428128 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 40 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.49 |
| HSL | 102.47º | 0.53% | 0.33% | - |
| HSV(B) | 102.47º | 0.69% | 0.51% | - |
| XYZ | 10.48 | 17.01 | 4.74 | - |
| YUV | 100.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 40 | 0.49 | 0 | 0.69 | 0.49 | 102.47 | 0.53 | 0.33 |
| Hex | 42 | 81 | 28 | 31 | 0 | 45 | 31 | 66 | 35 | 21 |
| Octal | 102 | 201 | 50 | 61 | 0 | 105 | 61 | 146 | 65 | 41 |
| Binary | 1000010 | 10000001 | 101000 | 110001 | 0 | 1000101 | 110001 | 1100110 | 110101 | 100001 |
Color Harmonies of #428128
Complementary color
Monochromatic Colors of #428128
Black with #428128
Text Example
Text Example
White with #428128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428128; }
p { color: rgb(66,129,40); }
H1.HeaderClassName
{
color: #428128;
}
.AnyTagClassName
{
color: #428128;
}
</style>
background-color css
<style>
a { background-color: #428128; }
a { background-color: rgb(66,129,40); }
div.DivClassName
{
background-color: #428128;
}
.BgClassName
{
background-color: #428128;
}
</style>
border-color css
<style>
span { border-color: #428128; }
span { border-color: rgb(66,129,40); }
td.TdClassName
{
border-color: #428128;
}
.TagClassName
{
border-color: #428128;
}
</style>