Shades of Bilbao #407D02
Tints of Bilbao #407D02
RGB
CMYK
RGB Variations
Color information
#407D02 (or 0x407D02) is known color: Bilbao. HEX triplet: 40, 7D and 02. RGB value is (64,125,2). Sum of RGB (Red+Green+Blue) = 64+125+2=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #407D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D02 is #BF82FD. Grayscale: #5D5D5D. Windows color (decimal): -12550910 or 163136. OLE color: 163136.
HSL color Cylindrical-coordinate representation of color #407D02: hue angle of 89.76º 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 #407D02 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 2 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.51 |
| HSL | 89.76º | 0.97% | 0.25% | - |
| HSV(B) | 89.76º | 0.98% | 0.49% | - |
| XYZ | 9.46 | 15.76 | 2.6 | - |
| YUV | 92.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 2 | 0.49 | 0 | 0.98 | 0.51 | 89.76 | 0.97 | 0.25 |
| Hex | 40 | 7D | 2 | 31 | 0 | 62 | 33 | 5A | 61 | 19 |
| Octal | 100 | 175 | 2 | 61 | 0 | 142 | 63 | 132 | 141 | 31 |
| Binary | 1000000 | 1111101 | 10 | 110001 | 0 | 1100010 | 110011 | 1011010 | 1100001 | 11001 |
Color Harmonies of #407D02
Complementary color
Monochromatic Colors of #407D02
Black with #407D02
Text Example
Text Example
White with #407D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D02; }
p { color: rgb(64,125,2); }
H1.HeaderClassName
{
color: #407D02;
}
.AnyTagClassName
{
color: #407D02;
}
</style>
background-color css
<style>
a { background-color: #407D02; }
a { background-color: rgb(64,125,2); }
div.DivClassName
{
background-color: #407D02;
}
.BgClassName
{
background-color: #407D02;
}
</style>
border-color css
<style>
span { border-color: #407D02; }
span { border-color: rgb(64,125,2); }
td.TdClassName
{
border-color: #407D02;
}
.TagClassName
{
border-color: #407D02;
}
</style>