Shades of Bilbao #457C17
Tints of Bilbao #457C17
RGB
CMYK
RGB Variations
Color information
#457C17 (or 0x457C17) is known color: Bilbao. HEX triplet: 45, 7C and 17. RGB value is (69,124,23). Sum of RGB (Red+Green+Blue) = 69+124+23=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #457C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457C17 is #BA83E8. Grayscale: #606060. Windows color (decimal): -12223465 or 1539141. OLE color: 1539141.
HSL color Cylindrical-coordinate representation of color #457C17: hue angle of 92.67º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #457C17 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 23 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.51 |
| HSL | 92.67º | 0.69% | 0.29% | - |
| HSV(B) | 92.67º | 0.81% | 0.49% | - |
| XYZ | 9.82 | 15.74 | 3.33 | - |
| YUV | 96.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 23 | 0.44 | 0 | 0.81 | 0.51 | 92.67 | 0.69 | 0.29 |
| Hex | 45 | 7C | 17 | 2C | 0 | 51 | 33 | 5D | 45 | 1D |
| Octal | 105 | 174 | 27 | 54 | 0 | 121 | 63 | 135 | 105 | 35 |
| Binary | 1000101 | 1111100 | 10111 | 101100 | 0 | 1010001 | 110011 | 1011101 | 1000101 | 11101 |
Color Harmonies of #457C17
Complementary color
Monochromatic Colors of #457C17
Black with #457C17
Text Example
Text Example
White with #457C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C17; }
p { color: rgb(69,124,23); }
H1.HeaderClassName
{
color: #457C17;
}
.AnyTagClassName
{
color: #457C17;
}
</style>
background-color css
<style>
a { background-color: #457C17; }
a { background-color: rgb(69,124,23); }
div.DivClassName
{
background-color: #457C17;
}
.BgClassName
{
background-color: #457C17;
}
</style>
border-color css
<style>
span { border-color: #457C17; }
span { border-color: rgb(69,124,23); }
td.TdClassName
{
border-color: #457C17;
}
.TagClassName
{
border-color: #457C17;
}
</style>