Shades of Bilbao #467A33
Tints of Bilbao #467A33
RGB
CMYK
RGB Variations
Color information
#467A33 (or 0x467A33) is known color: Bilbao. HEX triplet: 46, 7A and 33. RGB value is (70,122,51). Sum of RGB (Red+Green+Blue) = 70+122+51=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #467A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A33 is #B985CC. Grayscale: #626262. Windows color (decimal): -12158413 or 3373638. OLE color: 3373638.
HSL color Cylindrical-coordinate representation of color #467A33: hue angle of 103.94º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467A33 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 51 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.52 |
| HSL | 103.94º | 0.41% | 0.34% | - |
| HSV(B) | 103.94º | 0.58% | 0.48% | - |
| XYZ | 10.08 | 15.46 | 5.58 | - |
| YUV | 98.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 51 | 0.43 | 0 | 0.58 | 0.52 | 103.94 | 0.41 | 0.34 |
| Hex | 46 | 7A | 33 | 2B | 0 | 3A | 34 | 68 | 29 | 22 |
| Octal | 106 | 172 | 63 | 53 | 0 | 72 | 64 | 150 | 51 | 42 |
| Binary | 1000110 | 1111010 | 110011 | 101011 | 0 | 111010 | 110100 | 1101000 | 101001 | 100010 |
Color Harmonies of #467A33
Complementary color
Monochromatic Colors of #467A33
Black with #467A33
Text Example
Text Example
White with #467A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A33; }
p { color: rgb(70,122,51); }
H1.HeaderClassName
{
color: #467A33;
}
.AnyTagClassName
{
color: #467A33;
}
</style>
background-color css
<style>
a { background-color: #467A33; }
a { background-color: rgb(70,122,51); }
div.DivClassName
{
background-color: #467A33;
}
.BgClassName
{
background-color: #467A33;
}
</style>
border-color css
<style>
span { border-color: #467A33; }
span { border-color: rgb(70,122,51); }
td.TdClassName
{
border-color: #467A33;
}
.TagClassName
{
border-color: #467A33;
}
</style>