Shades of Bilbao #407C27
Tints of Bilbao #407C27
RGB
CMYK
RGB Variations
Color information
#407C27 (or 0x407C27) is known color: Bilbao. HEX triplet: 40, 7C and 27. RGB value is (64,124,39). Sum of RGB (Red+Green+Blue) = 64+124+39=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #407C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C27 is #BF83D8. Grayscale: #606060. Windows color (decimal): -12551129 or 2587712. OLE color: 2587712.
HSL color Cylindrical-coordinate representation of color #407C27: hue angle of 102.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407C27 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 39 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.51 |
| HSL | 102.35º | 0.52% | 0.32% | - |
| HSV(B) | 102.35º | 0.69% | 0.49% | - |
| XYZ | 9.69 | 15.65 | 4.43 | - |
| YUV | 96.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 39 | 0.48 | 0 | 0.69 | 0.51 | 102.35 | 0.52 | 0.32 |
| Hex | 40 | 7C | 27 | 30 | 0 | 45 | 33 | 66 | 34 | 20 |
| Octal | 100 | 174 | 47 | 60 | 0 | 105 | 63 | 146 | 64 | 40 |
| Binary | 1000000 | 1111100 | 100111 | 110000 | 0 | 1000101 | 110011 | 1100110 | 110100 | 100000 |
Color Harmonies of #407C27
Complementary color
Monochromatic Colors of #407C27
Black with #407C27
Text Example
Text Example
White with #407C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C27; }
p { color: rgb(64,124,39); }
H1.HeaderClassName
{
color: #407C27;
}
.AnyTagClassName
{
color: #407C27;
}
</style>
background-color css
<style>
a { background-color: #407C27; }
a { background-color: rgb(64,124,39); }
div.DivClassName
{
background-color: #407C27;
}
.BgClassName
{
background-color: #407C27;
}
</style>
border-color css
<style>
span { border-color: #407C27; }
span { border-color: rgb(64,124,39); }
td.TdClassName
{
border-color: #407C27;
}
.TagClassName
{
border-color: #407C27;
}
</style>