Shades of Bilbao #457E2B
Tints of Bilbao #457E2B
RGB
CMYK
RGB Variations
Color information
#457E2B (or 0x457E2B) is known color: Bilbao. HEX triplet: 45, 7E and 2B. RGB value is (69,126,43). Sum of RGB (Red+Green+Blue) = 69+126+43=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #457E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457E2B is #BA81D4. Grayscale: #636363. Windows color (decimal): -12222933 or 2850373. OLE color: 2850373.
HSL color Cylindrical-coordinate representation of color #457E2B: hue angle of 101.2º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457E2B is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 126 | 43 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.51 |
| HSL | 101.2º | 0.49% | 0.33% | - |
| HSV(B) | 101.2º | 0.66% | 0.49% | - |
| XYZ | 10.35 | 16.36 | 4.9 | - |
| YUV | 99.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 43 | 0.45 | 0 | 0.66 | 0.51 | 101.2 | 0.49 | 0.33 |
| Hex | 45 | 7E | 2B | 2D | 0 | 42 | 33 | 65 | 31 | 21 |
| Octal | 105 | 176 | 53 | 55 | 0 | 102 | 63 | 145 | 61 | 41 |
| Binary | 1000101 | 1111110 | 101011 | 101101 | 0 | 1000010 | 110011 | 1100101 | 110001 | 100001 |
Color Harmonies of #457E2B
Complementary color
Monochromatic Colors of #457E2B
Black with #457E2B
Text Example
Text Example
White with #457E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E2B; }
p { color: rgb(69,126,43); }
H1.HeaderClassName
{
color: #457E2B;
}
.AnyTagClassName
{
color: #457E2B;
}
</style>
background-color css
<style>
a { background-color: #457E2B; }
a { background-color: rgb(69,126,43); }
div.DivClassName
{
background-color: #457E2B;
}
.BgClassName
{
background-color: #457E2B;
}
</style>
border-color css
<style>
span { border-color: #457E2B; }
span { border-color: rgb(69,126,43); }
td.TdClassName
{
border-color: #457E2B;
}
.TagClassName
{
border-color: #457E2B;
}
</style>