Shades of Bilbao #407E38
Tints of Bilbao #407E38
RGB
CMYK
RGB Variations
Color information
#407E38 (or 0x407E38) is known color: Bilbao. HEX triplet: 40, 7E and 38. RGB value is (64,126,56). Sum of RGB (Red+Green+Blue) = 64+126+56=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #407E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E38 is #BF81C7. Grayscale: #636363. Windows color (decimal): -12550600 or 3702336. OLE color: 3702336.
HSL color Cylindrical-coordinate representation of color #407E38: hue angle of 113.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407E38 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 56 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.51 |
| HSL | 113.14º | 0.38% | 0.36% | - |
| HSV(B) | 113.14º | 0.56% | 0.49% | - |
| XYZ | 10.29 | 16.3 | 6.34 | - |
| YUV | 99.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 56 | 0.49 | 0 | 0.56 | 0.51 | 113.14 | 0.38 | 0.36 |
| Hex | 40 | 7E | 38 | 31 | 0 | 38 | 33 | 71 | 26 | 24 |
| Octal | 100 | 176 | 70 | 61 | 0 | 70 | 63 | 161 | 46 | 44 |
| Binary | 1000000 | 1111110 | 111000 | 110001 | 0 | 111000 | 110011 | 1110001 | 100110 | 100100 |
Color Harmonies of #407E38
Complementary color
Monochromatic Colors of #407E38
Black with #407E38
Text Example
Text Example
White with #407E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E38; }
p { color: rgb(64,126,56); }
H1.HeaderClassName
{
color: #407E38;
}
.AnyTagClassName
{
color: #407E38;
}
</style>
background-color css
<style>
a { background-color: #407E38; }
a { background-color: rgb(64,126,56); }
div.DivClassName
{
background-color: #407E38;
}
.BgClassName
{
background-color: #407E38;
}
</style>
border-color css
<style>
span { border-color: #407E38; }
span { border-color: rgb(64,126,56); }
td.TdClassName
{
border-color: #407E38;
}
.TagClassName
{
border-color: #407E38;
}
</style>