Shades of Bilbao #457D0D
Tints of Bilbao #457D0D
RGB
CMYK
RGB Variations
Color information
#457D0D (or 0x457D0D) is known color: Bilbao. HEX triplet: 45, 7D and 0D. RGB value is (69,125,13). Sum of RGB (Red+Green+Blue) = 69+125+13=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #457D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D0D is #BA82F2. Grayscale: #5F5F5F. Windows color (decimal): -12223219 or 884037. OLE color: 884037.
HSL color Cylindrical-coordinate representation of color #457D0D: hue angle of 90º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #457D0D is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 13 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.51 |
| HSL | 90º | 0.81% | 0.27% | - |
| HSV(B) | 90º | 0.9% | 0.49% | - |
| XYZ | 9.86 | 15.96 | 2.94 | - |
| YUV | 95.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 13 | 0.45 | 0 | 0.90 | 0.51 | 90 | 0.81 | 0.27 |
| Hex | 45 | 7D | D | 2D | 0 | 5A | 33 | 5A | 51 | 1B |
| Octal | 105 | 175 | 15 | 55 | 0 | 132 | 63 | 132 | 121 | 33 |
| Binary | 1000101 | 1111101 | 1101 | 101101 | 0 | 1011010 | 110011 | 1011010 | 1010001 | 11011 |
Color Harmonies of #457D0D
Complementary color
Monochromatic Colors of #457D0D
Black with #457D0D
Text Example
Text Example
White with #457D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D0D; }
p { color: rgb(69,125,13); }
H1.HeaderClassName
{
color: #457D0D;
}
.AnyTagClassName
{
color: #457D0D;
}
</style>
background-color css
<style>
a { background-color: #457D0D; }
a { background-color: rgb(69,125,13); }
div.DivClassName
{
background-color: #457D0D;
}
.BgClassName
{
background-color: #457D0D;
}
</style>
border-color css
<style>
span { border-color: #457D0D; }
span { border-color: rgb(69,125,13); }
td.TdClassName
{
border-color: #457D0D;
}
.TagClassName
{
border-color: #457D0D;
}
</style>