Shades of Bilbao #428112
Tints of Bilbao #428112
RGB
CMYK
RGB Variations
Color information
#428112 (or 0x428112) is known color: Bilbao. HEX triplet: 42, 81 and 12. RGB value is (66,129,18). Sum of RGB (Red+Green+Blue) = 66+129+18=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #428112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428112 is #BD7EED. Grayscale: #616161. Windows color (decimal): -12418798 or 1212738. OLE color: 1212738.
HSL color Cylindrical-coordinate representation of color #428112: hue angle of 94.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #428112 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 18 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.49 |
| HSL | 94.05º | 0.76% | 0.29% | - |
| HSV(B) | 94.05º | 0.86% | 0.51% | - |
| XYZ | 10.21 | 16.9 | 3.3 | - |
| YUV | 97.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 18 | 0.49 | 0 | 0.86 | 0.49 | 94.05 | 0.76 | 0.29 |
| Hex | 42 | 81 | 12 | 31 | 0 | 56 | 31 | 5E | 4C | 1D |
| Octal | 102 | 201 | 22 | 61 | 0 | 126 | 61 | 136 | 114 | 35 |
| Binary | 1000010 | 10000001 | 10010 | 110001 | 0 | 1010110 | 110001 | 1011110 | 1001100 | 11101 |
Color Harmonies of #428112
Complementary color
Monochromatic Colors of #428112
Black with #428112
Text Example
Text Example
White with #428112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428112; }
p { color: rgb(66,129,18); }
H1.HeaderClassName
{
color: #428112;
}
.AnyTagClassName
{
color: #428112;
}
</style>
background-color css
<style>
a { background-color: #428112; }
a { background-color: rgb(66,129,18); }
div.DivClassName
{
background-color: #428112;
}
.BgClassName
{
background-color: #428112;
}
</style>
border-color css
<style>
span { border-color: #428112; }
span { border-color: rgb(66,129,18); }
td.TdClassName
{
border-color: #428112;
}
.TagClassName
{
border-color: #428112;
}
</style>