Shades of Bilbao #407F02
Tints of Bilbao #407F02
RGB
CMYK
RGB Variations
Color information
#407F02 (or 0x407F02) is known color: Bilbao. HEX triplet: 40, 7F and 02. RGB value is (64,127,2). Sum of RGB (Red+Green+Blue) = 64+127+2=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #407F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F02 is #BF80FD. Grayscale: #5E5E5E. Windows color (decimal): -12550398 or 163648. OLE color: 163648.
HSL color Cylindrical-coordinate representation of color #407F02: hue angle of 90.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407F02 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 2 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.50 |
| HSL | 90.24º | 0.97% | 0.25% | - |
| HSV(B) | 90.24º | 0.98% | 0.5% | - |
| XYZ | 9.71 | 16.27 | 2.69 | - |
| YUV | 93.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 2 | 0.50 | 0 | 0.98 | 0.50 | 90.24 | 0.97 | 0.25 |
| Hex | 40 | 7F | 2 | 32 | 0 | 62 | 32 | 5A | 61 | 19 |
| Octal | 100 | 177 | 2 | 62 | 0 | 142 | 62 | 132 | 141 | 31 |
| Binary | 1000000 | 1111111 | 10 | 110010 | 0 | 1100010 | 110010 | 1011010 | 1100001 | 11001 |
Color Harmonies of #407F02
Complementary color
Monochromatic Colors of #407F02
Black with #407F02
Text Example
Text Example
White with #407F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F02; }
p { color: rgb(64,127,2); }
H1.HeaderClassName
{
color: #407F02;
}
.AnyTagClassName
{
color: #407F02;
}
</style>
background-color css
<style>
a { background-color: #407F02; }
a { background-color: rgb(64,127,2); }
div.DivClassName
{
background-color: #407F02;
}
.BgClassName
{
background-color: #407F02;
}
</style>
border-color css
<style>
span { border-color: #407F02; }
span { border-color: rgb(64,127,2); }
td.TdClassName
{
border-color: #407F02;
}
.TagClassName
{
border-color: #407F02;
}
</style>