Shades of Bilbao #407F1B
Tints of Bilbao #407F1B
RGB
CMYK
RGB Variations
Color information
#407F1B (or 0x407F1B) is known color: Bilbao. HEX triplet: 40, 7F and 1B. RGB value is (64,127,27). Sum of RGB (Red+Green+Blue) = 64+127+27=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #407F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F1B is #BF80E4. Grayscale: #616161. Windows color (decimal): -12550373 or 1802048. OLE color: 1802048.
HSL color Cylindrical-coordinate representation of color #407F1B: hue angle of 97.8º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #407F1B is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 27 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.50 |
| HSL | 97.8º | 0.65% | 0.3% | - |
| HSV(B) | 97.8º | 0.79% | 0.5% | - |
| XYZ | 9.9 | 16.35 | 3.67 | - |
| YUV | 96.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 27 | 0.50 | 0 | 0.79 | 0.50 | 97.8 | 0.65 | 0.3 |
| Hex | 40 | 7F | 1B | 32 | 0 | 4F | 32 | 62 | 41 | 1E |
| Octal | 100 | 177 | 33 | 62 | 0 | 117 | 62 | 142 | 101 | 36 |
| Binary | 1000000 | 1111111 | 11011 | 110010 | 0 | 1001111 | 110010 | 1100010 | 1000001 | 11110 |
Color Harmonies of #407F1B
Complementary color
Monochromatic Colors of #407F1B
Black with #407F1B
Text Example
Text Example
White with #407F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F1B; }
p { color: rgb(64,127,27); }
H1.HeaderClassName
{
color: #407F1B;
}
.AnyTagClassName
{
color: #407F1B;
}
</style>
background-color css
<style>
a { background-color: #407F1B; }
a { background-color: rgb(64,127,27); }
div.DivClassName
{
background-color: #407F1B;
}
.BgClassName
{
background-color: #407F1B;
}
</style>
border-color css
<style>
span { border-color: #407F1B; }
span { border-color: rgb(64,127,27); }
td.TdClassName
{
border-color: #407F1B;
}
.TagClassName
{
border-color: #407F1B;
}
</style>