Shades of Bilbao #428132
Tints of Bilbao #428132
RGB
CMYK
RGB Variations
Color information
#428132 (or 0x428132) is known color: Bilbao. HEX triplet: 42, 81 and 32. RGB value is (66,129,50). Sum of RGB (Red+Green+Blue) = 66+129+50=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #428132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428132 is #BD7ECD. Grayscale: #656565. Windows color (decimal): -12418766 or 3309890. OLE color: 3309890.
HSL color Cylindrical-coordinate representation of color #428132: hue angle of 107.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428132 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 50 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.49 |
| HSL | 107.85º | 0.44% | 0.35% | - |
| HSV(B) | 107.85º | 0.61% | 0.51% | - |
| XYZ | 10.67 | 17.09 | 5.75 | - |
| YUV | 101.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 50 | 0.49 | 0 | 0.61 | 0.49 | 107.85 | 0.44 | 0.35 |
| Hex | 42 | 81 | 32 | 31 | 0 | 3D | 31 | 6C | 2C | 23 |
| Octal | 102 | 201 | 62 | 61 | 0 | 75 | 61 | 154 | 54 | 43 |
| Binary | 1000010 | 10000001 | 110010 | 110001 | 0 | 111101 | 110001 | 1101100 | 101100 | 100011 |
Color Harmonies of #428132
Complementary color
Monochromatic Colors of #428132
Black with #428132
Text Example
Text Example
White with #428132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428132; }
p { color: rgb(66,129,50); }
H1.HeaderClassName
{
color: #428132;
}
.AnyTagClassName
{
color: #428132;
}
</style>
background-color css
<style>
a { background-color: #428132; }
a { background-color: rgb(66,129,50); }
div.DivClassName
{
background-color: #428132;
}
.BgClassName
{
background-color: #428132;
}
</style>
border-color css
<style>
span { border-color: #428132; }
span { border-color: rgb(66,129,50); }
td.TdClassName
{
border-color: #428132;
}
.TagClassName
{
border-color: #428132;
}
</style>