Shades of Bilbao #407F38
Tints of Bilbao #407F38
RGB
CMYK
RGB Variations
Color information
#407F38 (or 0x407F38) is known color: Bilbao. HEX triplet: 40, 7F and 38. RGB value is (64,127,56). Sum of RGB (Red+Green+Blue) = 64+127+56=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #407F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F38 is #BF80C7. Grayscale: #646464. Windows color (decimal): -12550344 or 3702592. OLE color: 3702592.
HSL color Cylindrical-coordinate representation of color #407F38: hue angle of 113.24º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407F38 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 56 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.50 |
| HSL | 113.24º | 0.39% | 0.36% | - |
| HSV(B) | 113.24º | 0.56% | 0.5% | - |
| XYZ | 10.42 | 16.55 | 6.39 | - |
| YUV | 100.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 56 | 0.50 | 0 | 0.56 | 0.50 | 113.24 | 0.39 | 0.36 |
| Hex | 40 | 7F | 38 | 32 | 0 | 38 | 32 | 71 | 27 | 24 |
| Octal | 100 | 177 | 70 | 62 | 0 | 70 | 62 | 161 | 47 | 44 |
| Binary | 1000000 | 1111111 | 111000 | 110010 | 0 | 111000 | 110010 | 1110001 | 100111 | 100100 |
Color Harmonies of #407F38
Complementary color
Monochromatic Colors of #407F38
Black with #407F38
Text Example
Text Example
White with #407F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F38; }
p { color: rgb(64,127,56); }
H1.HeaderClassName
{
color: #407F38;
}
.AnyTagClassName
{
color: #407F38;
}
</style>
background-color css
<style>
a { background-color: #407F38; }
a { background-color: rgb(64,127,56); }
div.DivClassName
{
background-color: #407F38;
}
.BgClassName
{
background-color: #407F38;
}
</style>
border-color css
<style>
span { border-color: #407F38; }
span { border-color: rgb(64,127,56); }
td.TdClassName
{
border-color: #407F38;
}
.TagClassName
{
border-color: #407F38;
}
</style>