Shades of Bilbao #457D32
Tints of Bilbao #457D32
RGB
CMYK
RGB Variations
Color information
#457D32 (or 0x457D32) is known color: Bilbao. HEX triplet: 45, 7D and 32. RGB value is (69,125,50). Sum of RGB (Red+Green+Blue) = 69+125+50=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #457D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457D32 is #BA82CD. Grayscale: #636363. Windows color (decimal): -12223182 or 3308869. OLE color: 3308869.
HSL color Cylindrical-coordinate representation of color #457D32: hue angle of 104.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457D32 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 50 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.51 |
| HSL | 104.8º | 0.43% | 0.34% | - |
| HSV(B) | 104.8º | 0.6% | 0.49% | - |
| XYZ | 10.36 | 16.16 | 5.59 | - |
| YUV | 99.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 50 | 0.45 | 0 | 0.60 | 0.51 | 104.8 | 0.43 | 0.34 |
| Hex | 45 | 7D | 32 | 2D | 0 | 3C | 33 | 69 | 2B | 22 |
| Octal | 105 | 175 | 62 | 55 | 0 | 74 | 63 | 151 | 53 | 42 |
| Binary | 1000101 | 1111101 | 110010 | 101101 | 0 | 111100 | 110011 | 1101001 | 101011 | 100010 |
Color Harmonies of #457D32
Complementary color
Monochromatic Colors of #457D32
Black with #457D32
Text Example
Text Example
White with #457D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D32; }
p { color: rgb(69,125,50); }
H1.HeaderClassName
{
color: #457D32;
}
.AnyTagClassName
{
color: #457D32;
}
</style>
background-color css
<style>
a { background-color: #457D32; }
a { background-color: rgb(69,125,50); }
div.DivClassName
{
background-color: #457D32;
}
.BgClassName
{
background-color: #457D32;
}
</style>
border-color css
<style>
span { border-color: #457D32; }
span { border-color: rgb(69,125,50); }
td.TdClassName
{
border-color: #457D32;
}
.TagClassName
{
border-color: #457D32;
}
</style>