Shades of Bilbao #407E1E
Tints of Bilbao #407E1E
RGB
CMYK
RGB Variations
Color information
#407E1E (or 0x407E1E) is known color: Bilbao. HEX triplet: 40, 7E and 1E. RGB value is (64,126,30). Sum of RGB (Red+Green+Blue) = 64+126+30=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #407E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E1E is #BF81E1. Grayscale: #606060. Windows color (decimal): -12550626 or 1998400. OLE color: 1998400.
HSL color Cylindrical-coordinate representation of color #407E1E: hue angle of 98.75º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #407E1E is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 30 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.51 |
| HSL | 98.75º | 0.62% | 0.31% | - |
| HSV(B) | 98.75º | 0.76% | 0.49% | - |
| XYZ | 9.81 | 16.11 | 3.82 | - |
| YUV | 96.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 30 | 0.49 | 0 | 0.76 | 0.51 | 98.75 | 0.62 | 0.31 |
| Hex | 40 | 7E | 1E | 31 | 0 | 4C | 33 | 63 | 3E | 1F |
| Octal | 100 | 176 | 36 | 61 | 0 | 114 | 63 | 143 | 76 | 37 |
| Binary | 1000000 | 1111110 | 11110 | 110001 | 0 | 1001100 | 110011 | 1100011 | 111110 | 11111 |
Color Harmonies of #407E1E
Complementary color
Monochromatic Colors of #407E1E
Black with #407E1E
Text Example
Text Example
White with #407E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E1E; }
p { color: rgb(64,126,30); }
H1.HeaderClassName
{
color: #407E1E;
}
.AnyTagClassName
{
color: #407E1E;
}
</style>
background-color css
<style>
a { background-color: #407E1E; }
a { background-color: rgb(64,126,30); }
div.DivClassName
{
background-color: #407E1E;
}
.BgClassName
{
background-color: #407E1E;
}
</style>
border-color css
<style>
span { border-color: #407E1E; }
span { border-color: rgb(64,126,30); }
td.TdClassName
{
border-color: #407E1E;
}
.TagClassName
{
border-color: #407E1E;
}
</style>