Shades of Bilbao #457C28
Tints of Bilbao #457C28
RGB
CMYK
RGB Variations
Color information
#457C28 (or 0x457C28) is known color: Bilbao. HEX triplet: 45, 7C and 28. RGB value is (69,124,40). Sum of RGB (Red+Green+Blue) = 69+124+40=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #457C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457C28 is #BA83D7. Grayscale: #626262. Windows color (decimal): -12223448 or 2653253. OLE color: 2653253.
HSL color Cylindrical-coordinate representation of color #457C28: hue angle of 99.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #457C28 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 40 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.51 |
| HSL | 99.29º | 0.51% | 0.32% | - |
| HSV(B) | 99.29º | 0.68% | 0.49% | - |
| XYZ | 10.04 | 15.83 | 4.53 | - |
| YUV | 97.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 40 | 0.44 | 0 | 0.68 | 0.51 | 99.29 | 0.51 | 0.32 |
| Hex | 45 | 7C | 28 | 2C | 0 | 44 | 33 | 63 | 33 | 20 |
| Octal | 105 | 174 | 50 | 54 | 0 | 104 | 63 | 143 | 63 | 40 |
| Binary | 1000101 | 1111100 | 101000 | 101100 | 0 | 1000100 | 110011 | 1100011 | 110011 | 100000 |
Color Harmonies of #457C28
Complementary color
Monochromatic Colors of #457C28
Black with #457C28
Text Example
Text Example
White with #457C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C28; }
p { color: rgb(69,124,40); }
H1.HeaderClassName
{
color: #457C28;
}
.AnyTagClassName
{
color: #457C28;
}
</style>
background-color css
<style>
a { background-color: #457C28; }
a { background-color: rgb(69,124,40); }
div.DivClassName
{
background-color: #457C28;
}
.BgClassName
{
background-color: #457C28;
}
</style>
border-color css
<style>
span { border-color: #457C28; }
span { border-color: rgb(69,124,40); }
td.TdClassName
{
border-color: #457C28;
}
.TagClassName
{
border-color: #457C28;
}
</style>