Shades of Bilbao #477D02
Tints of Bilbao #477D02
RGB
CMYK
RGB Variations
Color information
#477D02 (or 0x477D02) is known color: Bilbao. HEX triplet: 47, 7D and 02. RGB value is (71,125,2). Sum of RGB (Red+Green+Blue) = 71+125+2=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #477D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D02 is #B882FD. Grayscale: #5F5F5F. Windows color (decimal): -12092158 or 163143. OLE color: 163143.
HSL color Cylindrical-coordinate representation of color #477D02: hue angle of 86.34º 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 #477D02 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.51 |
| HSL | 86.34º | 0.97% | 0.25% | - |
| HSV(B) | 86.34º | 0.98% | 0.49% | - |
| XYZ | 9.94 | 16.01 | 2.62 | - |
| YUV | 94.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 2 | 0.43 | 0 | 0.98 | 0.51 | 86.34 | 0.97 | 0.25 |
| Hex | 47 | 7D | 2 | 2B | 0 | 62 | 33 | 56 | 61 | 19 |
| Octal | 107 | 175 | 2 | 53 | 0 | 142 | 63 | 126 | 141 | 31 |
| Binary | 1000111 | 1111101 | 10 | 101011 | 0 | 1100010 | 110011 | 1010110 | 1100001 | 11001 |
Color Harmonies of #477D02
Complementary color
Monochromatic Colors of #477D02
Black with #477D02
Text Example
Text Example
White with #477D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D02; }
p { color: rgb(71,125,2); }
H1.HeaderClassName
{
color: #477D02;
}
.AnyTagClassName
{
color: #477D02;
}
</style>
background-color css
<style>
a { background-color: #477D02; }
a { background-color: rgb(71,125,2); }
div.DivClassName
{
background-color: #477D02;
}
.BgClassName
{
background-color: #477D02;
}
</style>
border-color css
<style>
span { border-color: #477D02; }
span { border-color: rgb(71,125,2); }
td.TdClassName
{
border-color: #477D02;
}
.TagClassName
{
border-color: #477D02;
}
</style>