Shades of Bilbao #40831A
Tints of Bilbao #40831A
RGB
CMYK
RGB Variations
Color information
#40831A (or 0x40831A) is known color: Bilbao. HEX triplet: 40, 83 and 1A. RGB value is (64,131,26). Sum of RGB (Red+Green+Blue) = 64+131+26=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #40831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40831A is #BF7CE5. Grayscale: #636363. Windows color (decimal): -12549350 or 1737536. OLE color: 1737536.
HSL color Cylindrical-coordinate representation of color #40831A: hue angle of 98.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40831A is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 26 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.49 |
| HSL | 98.29º | 0.67% | 0.31% | - |
| HSV(B) | 98.29º | 0.8% | 0.51% | - |
| XYZ | 10.42 | 17.4 | 3.79 | - |
| YUV | 99 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 26 | 0.51 | 0 | 0.80 | 0.49 | 98.29 | 0.67 | 0.31 |
| Hex | 40 | 83 | 1A | 33 | 0 | 50 | 31 | 62 | 43 | 1F |
| Octal | 100 | 203 | 32 | 63 | 0 | 120 | 61 | 142 | 103 | 37 |
| Binary | 1000000 | 10000011 | 11010 | 110011 | 0 | 1010000 | 110001 | 1100010 | 1000011 | 11111 |
Color Harmonies of #40831A
Complementary color
Monochromatic Colors of #40831A
Black with #40831A
Text Example
Text Example
White with #40831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40831A; }
p { color: rgb(64,131,26); }
H1.HeaderClassName
{
color: #40831A;
}
.AnyTagClassName
{
color: #40831A;
}
</style>
background-color css
<style>
a { background-color: #40831A; }
a { background-color: rgb(64,131,26); }
div.DivClassName
{
background-color: #40831A;
}
.BgClassName
{
background-color: #40831A;
}
</style>
border-color css
<style>
span { border-color: #40831A; }
span { border-color: rgb(64,131,26); }
td.TdClassName
{
border-color: #40831A;
}
.TagClassName
{
border-color: #40831A;
}
</style>