Shades of Bilbao #457A00
Tints of Bilbao #457A00
RGB
CMYK
RGB Variations
Color information
#457A00 (or 0x457A00) is known color: Bilbao. HEX triplet: 45, 7A and 00. RGB value is (69,122,0). Sum of RGB (Red+Green+Blue) = 69+122+0=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #457A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457A00 is #BA85FF. Grayscale: #5C5C5C. Windows color (decimal): -12224000 or 31301. OLE color: 31301.
HSL color Cylindrical-coordinate representation of color #457A00: hue angle of 86.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457A00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 122 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.52 |
| HSL | 86.07º | 1% | 0.24% | - |
| HSV(B) | 86.07º | 1% | 0.48% | - |
| XYZ | 9.41 | 15.18 | 2.43 | - |
| YUV | 92.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 0 | 0.43 | 0 | 1 | 0.52 | 86.07 | 1 | 0.24 |
| Hex | 45 | 7A | 0 | 2B | 0 | 64 | 34 | 56 | 64 | 18 |
| Octal | 105 | 172 | 0 | 53 | 0 | 144 | 64 | 126 | 144 | 30 |
| Binary | 1000101 | 1111010 | 0 | 101011 | 0 | 1100100 | 110100 | 1010110 | 1100100 | 11000 |
Color Harmonies of #457A00
Complementary color
Monochromatic Colors of #457A00
Black with #457A00
Text Example
Text Example
White with #457A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A00; }
p { color: rgb(69,122,0); }
H1.HeaderClassName
{
color: #457A00;
}
.AnyTagClassName
{
color: #457A00;
}
</style>
background-color css
<style>
a { background-color: #457A00; }
a { background-color: rgb(69,122,0); }
div.DivClassName
{
background-color: #457A00;
}
.BgClassName
{
background-color: #457A00;
}
</style>
border-color css
<style>
span { border-color: #457A00; }
span { border-color: rgb(69,122,0); }
td.TdClassName
{
border-color: #457A00;
}
.TagClassName
{
border-color: #457A00;
}
</style>