Shades of Bilbao #457B2F
Tints of Bilbao #457B2F
RGB
CMYK
RGB Variations
Color information
#457B2F (or 0x457B2F) is known color: Bilbao. HEX triplet: 45, 7B and 2F. RGB value is (69,123,47). Sum of RGB (Red+Green+Blue) = 69+123+47=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #457B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457B2F is #BA84D0. Grayscale: #626262. Windows color (decimal): -12223697 or 3111749. OLE color: 3111749.
HSL color Cylindrical-coordinate representation of color #457B2F: hue angle of 102.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457B2F is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 47 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.52 |
| HSL | 102.63º | 0.45% | 0.33% | - |
| HSV(B) | 102.63º | 0.62% | 0.48% | - |
| XYZ | 10.05 | 15.64 | 5.18 | - |
| YUV | 98.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 47 | 0.44 | 0 | 0.62 | 0.52 | 102.63 | 0.45 | 0.33 |
| Hex | 45 | 7B | 2F | 2C | 0 | 3E | 34 | 67 | 2D | 21 |
| Octal | 105 | 173 | 57 | 54 | 0 | 76 | 64 | 147 | 55 | 41 |
| Binary | 1000101 | 1111011 | 101111 | 101100 | 0 | 111110 | 110100 | 1100111 | 101101 | 100001 |
Color Harmonies of #457B2F
Complementary color
Monochromatic Colors of #457B2F
Black with #457B2F
Text Example
Text Example
White with #457B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B2F; }
p { color: rgb(69,123,47); }
H1.HeaderClassName
{
color: #457B2F;
}
.AnyTagClassName
{
color: #457B2F;
}
</style>
background-color css
<style>
a { background-color: #457B2F; }
a { background-color: rgb(69,123,47); }
div.DivClassName
{
background-color: #457B2F;
}
.BgClassName
{
background-color: #457B2F;
}
</style>
border-color css
<style>
span { border-color: #457B2F; }
span { border-color: rgb(69,123,47); }
td.TdClassName
{
border-color: #457B2F;
}
.TagClassName
{
border-color: #457B2F;
}
</style>