Shades of Bilbao #428421
Tints of Bilbao #428421
RGB
CMYK
RGB Variations
Color information
#428421 (or 0x428421) is known color: Bilbao. HEX triplet: 42, 84 and 21. RGB value is (66,132,33). Sum of RGB (Red+Green+Blue) = 66+132+33=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #428421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428421 is #BD7BDE. Grayscale: #656565. Windows color (decimal): -12418015 or 2196546. OLE color: 2196546.
HSL color Cylindrical-coordinate representation of color #428421: hue angle of 100º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #428421 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 33 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.48 |
| HSL | 100º | 0.6% | 0.32% | - |
| HSV(B) | 100º | 0.75% | 0.52% | - |
| XYZ | 10.77 | 17.77 | 4.3 | - |
| YUV | 100.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 33 | 0.5 | 0 | 0.75 | 0.48 | 100 | 0.6 | 0.32 |
| Hex | 42 | 84 | 21 | 32 | 0 | 4B | 30 | 64 | 3C | 20 |
| Octal | 102 | 204 | 41 | 62 | 0 | 113 | 60 | 144 | 74 | 40 |
| Binary | 1000010 | 10000100 | 100001 | 110010 | 0 | 1001011 | 110000 | 1100100 | 111100 | 100000 |
Color Harmonies of #428421
Complementary color
Monochromatic Colors of #428421
Black with #428421
Text Example
Text Example
White with #428421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428421; }
p { color: rgb(66,132,33); }
H1.HeaderClassName
{
color: #428421;
}
.AnyTagClassName
{
color: #428421;
}
</style>
background-color css
<style>
a { background-color: #428421; }
a { background-color: rgb(66,132,33); }
div.DivClassName
{
background-color: #428421;
}
.BgClassName
{
background-color: #428421;
}
</style>
border-color css
<style>
span { border-color: #428421; }
span { border-color: rgb(66,132,33); }
td.TdClassName
{
border-color: #428421;
}
.TagClassName
{
border-color: #428421;
}
</style>