Shades of Bilbao #428515
Tints of Bilbao #428515
RGB
CMYK
RGB Variations
Color information
#428515 (or 0x428515) is known color: Bilbao. HEX triplet: 42, 85 and 15. RGB value is (66,133,21). Sum of RGB (Red+Green+Blue) = 66+133+21=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #428515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428515 is #BD7AEA. Grayscale: #646464. Windows color (decimal): -12417771 or 1410370. OLE color: 1410370.
HSL color Cylindrical-coordinate representation of color #428515: hue angle of 95.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428515 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 21 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.48 |
| HSL | 95.89º | 0.73% | 0.3% | - |
| HSV(B) | 95.89º | 0.84% | 0.52% | - |
| XYZ | 10.77 | 17.99 | 3.61 | - |
| YUV | 100.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 21 | 0.50 | 0 | 0.84 | 0.48 | 95.89 | 0.73 | 0.3 |
| Hex | 42 | 85 | 15 | 32 | 0 | 54 | 30 | 60 | 49 | 1E |
| Octal | 102 | 205 | 25 | 62 | 0 | 124 | 60 | 140 | 111 | 36 |
| Binary | 1000010 | 10000101 | 10101 | 110010 | 0 | 1010100 | 110000 | 1100000 | 1001001 | 11110 |
Color Harmonies of #428515
Complementary color
Monochromatic Colors of #428515
Black with #428515
Text Example
Text Example
White with #428515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428515; }
p { color: rgb(66,133,21); }
H1.HeaderClassName
{
color: #428515;
}
.AnyTagClassName
{
color: #428515;
}
</style>
background-color css
<style>
a { background-color: #428515; }
a { background-color: rgb(66,133,21); }
div.DivClassName
{
background-color: #428515;
}
.BgClassName
{
background-color: #428515;
}
</style>
border-color css
<style>
span { border-color: #428515; }
span { border-color: rgb(66,133,21); }
td.TdClassName
{
border-color: #428515;
}
.TagClassName
{
border-color: #428515;
}
</style>