Shades of Bilbao #497D02
Tints of Bilbao #497D02
RGB
CMYK
RGB Variations
Color information
#497D02 (or 0x497D02) is known color: Bilbao. HEX triplet: 49, 7D and 02. RGB value is (73,125,2). Sum of RGB (Red+Green+Blue) = 73+125+2=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #497D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D02 is #B682FD. Grayscale: #5F5F5F. Windows color (decimal): -11961086 or 163145. OLE color: 163145.
HSL color Cylindrical-coordinate representation of color #497D02: hue angle of 85.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #497D02 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.51 |
| HSL | 85.37º | 0.97% | 0.25% | - |
| HSV(B) | 85.37º | 0.98% | 0.49% | - |
| XYZ | 10.09 | 16.09 | 2.63 | - |
| YUV | 95.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 2 | 0.42 | 0 | 0.98 | 0.51 | 85.37 | 0.97 | 0.25 |
| Hex | 49 | 7D | 2 | 2A | 0 | 62 | 33 | 55 | 61 | 19 |
| Octal | 111 | 175 | 2 | 52 | 0 | 142 | 63 | 125 | 141 | 31 |
| Binary | 1001001 | 1111101 | 10 | 101010 | 0 | 1100010 | 110011 | 1010101 | 1100001 | 11001 |
Color Harmonies of #497D02
Complementary color
Monochromatic Colors of #497D02
Black with #497D02
Text Example
Text Example
White with #497D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D02; }
p { color: rgb(73,125,2); }
H1.HeaderClassName
{
color: #497D02;
}
.AnyTagClassName
{
color: #497D02;
}
</style>
background-color css
<style>
a { background-color: #497D02; }
a { background-color: rgb(73,125,2); }
div.DivClassName
{
background-color: #497D02;
}
.BgClassName
{
background-color: #497D02;
}
</style>
border-color css
<style>
span { border-color: #497D02; }
span { border-color: rgb(73,125,2); }
td.TdClassName
{
border-color: #497D02;
}
.TagClassName
{
border-color: #497D02;
}
</style>