Shades of Bilbao #467D27
Tints of Bilbao #467D27
RGB
CMYK
RGB Variations
Color information
#467D27 (or 0x467D27) is known color: Bilbao. HEX triplet: 46, 7D and 27. RGB value is (70,125,39). Sum of RGB (Red+Green+Blue) = 70+125+39=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #467D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D27 is #B982D8. Grayscale: #636363. Windows color (decimal): -12157657 or 2587974. OLE color: 2587974.
HSL color Cylindrical-coordinate representation of color #467D27: hue angle of 98.37º 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 #467D27 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 39 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.51 |
| HSL | 98.37º | 0.52% | 0.32% | - |
| HSV(B) | 98.37º | 0.69% | 0.49% | - |
| XYZ | 10.23 | 16.12 | 4.49 | - |
| YUV | 98.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 39 | 0.44 | 0 | 0.69 | 0.51 | 98.37 | 0.52 | 0.32 |
| Hex | 46 | 7D | 27 | 2C | 0 | 45 | 33 | 62 | 34 | 20 |
| Octal | 106 | 175 | 47 | 54 | 0 | 105 | 63 | 142 | 64 | 40 |
| Binary | 1000110 | 1111101 | 100111 | 101100 | 0 | 1000101 | 110011 | 1100010 | 110100 | 100000 |
Color Harmonies of #467D27
Complementary color
Monochromatic Colors of #467D27
Black with #467D27
Text Example
Text Example
White with #467D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D27; }
p { color: rgb(70,125,39); }
H1.HeaderClassName
{
color: #467D27;
}
.AnyTagClassName
{
color: #467D27;
}
</style>
background-color css
<style>
a { background-color: #467D27; }
a { background-color: rgb(70,125,39); }
div.DivClassName
{
background-color: #467D27;
}
.BgClassName
{
background-color: #467D27;
}
</style>
border-color css
<style>
span { border-color: #467D27; }
span { border-color: rgb(70,125,39); }
td.TdClassName
{
border-color: #467D27;
}
.TagClassName
{
border-color: #467D27;
}
</style>