Shades of Bilbao #40802A
Tints of Bilbao #40802A
RGB
CMYK
RGB Variations
Color information
#40802A (or 0x40802A) is known color: Bilbao. HEX triplet: 40, 80 and 2A. RGB value is (64,128,42). Sum of RGB (Red+Green+Blue) = 64+128+42=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #40802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40802A is #BF7FD5. Grayscale: #636363. Windows color (decimal): -12550102 or 2785344. OLE color: 2785344.
HSL color Cylindrical-coordinate representation of color #40802A: hue angle of 104.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40802A is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 42 | - |
| CMYK | 0.5 | 0 | 0.67 | 0.50 |
| HSL | 104.65º | 0.51% | 0.33% | - |
| HSV(B) | 104.65º | 0.67% | 0.5% | - |
| XYZ | 10.25 | 16.7 | 4.87 | - |
| YUV | 99.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 42 | 0.5 | 0 | 0.67 | 0.50 | 104.65 | 0.51 | 0.33 |
| Hex | 40 | 80 | 2A | 32 | 0 | 43 | 32 | 69 | 33 | 21 |
| Octal | 100 | 200 | 52 | 62 | 0 | 103 | 62 | 151 | 63 | 41 |
| Binary | 1000000 | 10000000 | 101010 | 110010 | 0 | 1000011 | 110010 | 1101001 | 110011 | 100001 |
Color Harmonies of #40802A
Complementary color
Monochromatic Colors of #40802A
Black with #40802A
Text Example
Text Example
White with #40802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40802A; }
p { color: rgb(64,128,42); }
H1.HeaderClassName
{
color: #40802A;
}
.AnyTagClassName
{
color: #40802A;
}
</style>
background-color css
<style>
a { background-color: #40802A; }
a { background-color: rgb(64,128,42); }
div.DivClassName
{
background-color: #40802A;
}
.BgClassName
{
background-color: #40802A;
}
</style>
border-color css
<style>
span { border-color: #40802A; }
span { border-color: rgb(64,128,42); }
td.TdClassName
{
border-color: #40802A;
}
.TagClassName
{
border-color: #40802A;
}
</style>