Shades of Bilbao #40822A
Tints of Bilbao #40822A
RGB
CMYK
RGB Variations
Color information
#40822A (or 0x40822A) is known color: Bilbao. HEX triplet: 40, 82 and 2A. RGB value is (64,130,42). Sum of RGB (Red+Green+Blue) = 64+130+42=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #40822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40822A is #BF7DD5. Grayscale: #646464. Windows color (decimal): -12549590 or 2785856. OLE color: 2785856.
HSL color Cylindrical-coordinate representation of color #40822A: hue angle of 105º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40822A is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 42 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.49 |
| HSL | 105º | 0.51% | 0.34% | - |
| HSV(B) | 105º | 0.68% | 0.51% | - |
| XYZ | 10.51 | 17.22 | 4.96 | - |
| YUV | 100.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 42 | 0.51 | 0 | 0.68 | 0.49 | 105 | 0.51 | 0.34 |
| Hex | 40 | 82 | 2A | 33 | 0 | 44 | 31 | 69 | 33 | 22 |
| Octal | 100 | 202 | 52 | 63 | 0 | 104 | 61 | 151 | 63 | 42 |
| Binary | 1000000 | 10000010 | 101010 | 110011 | 0 | 1000100 | 110001 | 1101001 | 110011 | 100010 |
Color Harmonies of #40822A
Complementary color
Monochromatic Colors of #40822A
Black with #40822A
Text Example
Text Example
White with #40822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40822A; }
p { color: rgb(64,130,42); }
H1.HeaderClassName
{
color: #40822A;
}
.AnyTagClassName
{
color: #40822A;
}
</style>
background-color css
<style>
a { background-color: #40822A; }
a { background-color: rgb(64,130,42); }
div.DivClassName
{
background-color: #40822A;
}
.BgClassName
{
background-color: #40822A;
}
</style>
border-color css
<style>
span { border-color: #40822A; }
span { border-color: rgb(64,130,42); }
td.TdClassName
{
border-color: #40822A;
}
.TagClassName
{
border-color: #40822A;
}
</style>