Shades of Bilbao #467A27
Tints of Bilbao #467A27
RGB
CMYK
RGB Variations
Color information
#467A27 (or 0x467A27) is known color: Bilbao. HEX triplet: 46, 7A and 27. RGB value is (70,122,39). Sum of RGB (Red+Green+Blue) = 70+122+39=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #467A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A27 is #B985D8. Grayscale: #616161. Windows color (decimal): -12158425 or 2587206. OLE color: 2587206.
HSL color Cylindrical-coordinate representation of color #467A27: hue angle of 97.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467A27 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 39 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.52 |
| HSL | 97.59º | 0.52% | 0.32% | - |
| HSV(B) | 97.59º | 0.68% | 0.48% | - |
| XYZ | 9.85 | 15.37 | 4.37 | - |
| YUV | 96.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 39 | 0.43 | 0 | 0.68 | 0.52 | 97.59 | 0.52 | 0.32 |
| Hex | 46 | 7A | 27 | 2B | 0 | 44 | 34 | 62 | 34 | 20 |
| Octal | 106 | 172 | 47 | 53 | 0 | 104 | 64 | 142 | 64 | 40 |
| Binary | 1000110 | 1111010 | 100111 | 101011 | 0 | 1000100 | 110100 | 1100010 | 110100 | 100000 |
Color Harmonies of #467A27
Complementary color
Monochromatic Colors of #467A27
Black with #467A27
Text Example
Text Example
White with #467A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A27; }
p { color: rgb(70,122,39); }
H1.HeaderClassName
{
color: #467A27;
}
.AnyTagClassName
{
color: #467A27;
}
</style>
background-color css
<style>
a { background-color: #467A27; }
a { background-color: rgb(70,122,39); }
div.DivClassName
{
background-color: #467A27;
}
.BgClassName
{
background-color: #467A27;
}
</style>
border-color css
<style>
span { border-color: #467A27; }
span { border-color: rgb(70,122,39); }
td.TdClassName
{
border-color: #467A27;
}
.TagClassName
{
border-color: #467A27;
}
</style>