Shades of Bilbao #457D12
Tints of Bilbao #457D12
RGB
CMYK
RGB Variations
Color information
#457D12 (or 0x457D12) is known color: Bilbao. HEX triplet: 45, 7D and 12. RGB value is (69,125,18). Sum of RGB (Red+Green+Blue) = 69+125+18=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #457D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D12 is #BA82ED. Grayscale: #606060. Windows color (decimal): -12223214 or 1211717. OLE color: 1211717.
HSL color Cylindrical-coordinate representation of color #457D12: hue angle of 91.4º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #457D12 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 18 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.51 |
| HSL | 91.4º | 0.75% | 0.28% | - |
| HSV(B) | 91.4º | 0.86% | 0.49% | - |
| XYZ | 9.9 | 15.98 | 3.13 | - |
| YUV | 96.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 18 | 0.45 | 0 | 0.86 | 0.51 | 91.4 | 0.75 | 0.28 |
| Hex | 45 | 7D | 12 | 2D | 0 | 56 | 33 | 5B | 4B | 1C |
| Octal | 105 | 175 | 22 | 55 | 0 | 126 | 63 | 133 | 113 | 34 |
| Binary | 1000101 | 1111101 | 10010 | 101101 | 0 | 1010110 | 110011 | 1011011 | 1001011 | 11100 |
Color Harmonies of #457D12
Complementary color
Monochromatic Colors of #457D12
Black with #457D12
Text Example
Text Example
White with #457D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D12; }
p { color: rgb(69,125,18); }
H1.HeaderClassName
{
color: #457D12;
}
.AnyTagClassName
{
color: #457D12;
}
</style>
background-color css
<style>
a { background-color: #457D12; }
a { background-color: rgb(69,125,18); }
div.DivClassName
{
background-color: #457D12;
}
.BgClassName
{
background-color: #457D12;
}
</style>
border-color css
<style>
span { border-color: #457D12; }
span { border-color: rgb(69,125,18); }
td.TdClassName
{
border-color: #457D12;
}
.TagClassName
{
border-color: #457D12;
}
</style>