Shades of Bilbao #457C00
Tints of Bilbao #457C00
RGB
CMYK
RGB Variations
Color information
#457C00 (or 0x457C00) is known color: Bilbao. HEX triplet: 45, 7C and 00. RGB value is (69,124,0). Sum of RGB (Red+Green+Blue) = 69+124+0=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #457C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457C00 is #BA83FF. Grayscale: #5D5D5D. Windows color (decimal): -12223488 or 31813. OLE color: 31813.
HSL color Cylindrical-coordinate representation of color #457C00: hue angle of 86.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457C00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.51 |
| HSL | 86.61º | 1% | 0.24% | - |
| HSV(B) | 86.61º | 1% | 0.49% | - |
| XYZ | 9.66 | 15.68 | 2.52 | - |
| YUV | 93.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 0 | 0.44 | 0 | 1 | 0.51 | 86.61 | 1 | 0.24 |
| Hex | 45 | 7C | 0 | 2C | 0 | 64 | 33 | 57 | 64 | 18 |
| Octal | 105 | 174 | 0 | 54 | 0 | 144 | 63 | 127 | 144 | 30 |
| Binary | 1000101 | 1111100 | 0 | 101100 | 0 | 1100100 | 110011 | 1010111 | 1100100 | 11000 |
Color Harmonies of #457C00
Complementary color
Monochromatic Colors of #457C00
Black with #457C00
Text Example
Text Example
White with #457C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C00; }
p { color: rgb(69,124,0); }
H1.HeaderClassName
{
color: #457C00;
}
.AnyTagClassName
{
color: #457C00;
}
</style>
background-color css
<style>
a { background-color: #457C00; }
a { background-color: rgb(69,124,0); }
div.DivClassName
{
background-color: #457C00;
}
.BgClassName
{
background-color: #457C00;
}
</style>
border-color css
<style>
span { border-color: #457C00; }
span { border-color: rgb(69,124,0); }
td.TdClassName
{
border-color: #457C00;
}
.TagClassName
{
border-color: #457C00;
}
</style>