Shades of Bilbao #457D16
Tints of Bilbao #457D16
RGB
CMYK
RGB Variations
Color information
#457D16 (or 0x457D16) is known color: Bilbao. HEX triplet: 45, 7D and 16. RGB value is (69,125,22). Sum of RGB (Red+Green+Blue) = 69+125+22=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #457D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D16 is #BA82E9. Grayscale: #606060. Windows color (decimal): -12223210 or 1473861. OLE color: 1473861.
HSL color Cylindrical-coordinate representation of color #457D16: hue angle of 92.62º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #457D16 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 22 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.51 |
| HSL | 92.62º | 0.7% | 0.29% | - |
| HSV(B) | 92.62º | 0.82% | 0.49% | - |
| XYZ | 9.93 | 15.99 | 3.32 | - |
| YUV | 96.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 22 | 0.45 | 0 | 0.82 | 0.51 | 92.62 | 0.7 | 0.29 |
| Hex | 45 | 7D | 16 | 2D | 0 | 52 | 33 | 5D | 46 | 1D |
| Octal | 105 | 175 | 26 | 55 | 0 | 122 | 63 | 135 | 106 | 35 |
| Binary | 1000101 | 1111101 | 10110 | 101101 | 0 | 1010010 | 110011 | 1011101 | 1000110 | 11101 |
Color Harmonies of #457D16
Complementary color
Monochromatic Colors of #457D16
Black with #457D16
Text Example
Text Example
White with #457D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D16; }
p { color: rgb(69,125,22); }
H1.HeaderClassName
{
color: #457D16;
}
.AnyTagClassName
{
color: #457D16;
}
</style>
background-color css
<style>
a { background-color: #457D16; }
a { background-color: rgb(69,125,22); }
div.DivClassName
{
background-color: #457D16;
}
.BgClassName
{
background-color: #457D16;
}
</style>
border-color css
<style>
span { border-color: #457D16; }
span { border-color: rgb(69,125,22); }
td.TdClassName
{
border-color: #457D16;
}
.TagClassName
{
border-color: #457D16;
}
</style>