Shades of Bilbao #457E1E
Tints of Bilbao #457E1E
RGB
CMYK
RGB Variations
Color information
#457E1E (or 0x457E1E) is known color: Bilbao. HEX triplet: 45, 7E and 1E. RGB value is (69,126,30). Sum of RGB (Red+Green+Blue) = 69+126+30=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #457E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457E1E is #BA81E1. Grayscale: #626262. Windows color (decimal): -12222946 or 1998405. OLE color: 1998405.
HSL color Cylindrical-coordinate representation of color #457E1E: hue angle of 95.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #457E1E is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 126 | 30 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.51 |
| HSL | 95.63º | 0.62% | 0.31% | - |
| HSV(B) | 95.63º | 0.76% | 0.49% | - |
| XYZ | 10.15 | 16.28 | 3.84 | - |
| YUV | 98.01 | 89.62 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 30 | 0.45 | 0 | 0.76 | 0.51 | 95.63 | 0.62 | 0.31 |
| Hex | 45 | 7E | 1E | 2D | 0 | 4C | 33 | 60 | 3E | 1F |
| Octal | 105 | 176 | 36 | 55 | 0 | 114 | 63 | 140 | 76 | 37 |
| Binary | 1000101 | 1111110 | 11110 | 101101 | 0 | 1001100 | 110011 | 1100000 | 111110 | 11111 |
Color Harmonies of #457E1E
Complementary color
Monochromatic Colors of #457E1E
Black with #457E1E
Text Example
Text Example
White with #457E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E1E; }
p { color: rgb(69,126,30); }
H1.HeaderClassName
{
color: #457E1E;
}
.AnyTagClassName
{
color: #457E1E;
}
</style>
background-color css
<style>
a { background-color: #457E1E; }
a { background-color: rgb(69,126,30); }
div.DivClassName
{
background-color: #457E1E;
}
.BgClassName
{
background-color: #457E1E;
}
</style>
border-color css
<style>
span { border-color: #457E1E; }
span { border-color: rgb(69,126,30); }
td.TdClassName
{
border-color: #457E1E;
}
.TagClassName
{
border-color: #457E1E;
}
</style>