Shades of Bilbao #40831F
Tints of Bilbao #40831F
RGB
CMYK
RGB Variations
Color information
#40831F (or 0x40831F) is known color: Bilbao. HEX triplet: 40, 83 and 1F. RGB value is (64,131,31). Sum of RGB (Red+Green+Blue) = 64+131+31=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #40831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40831F is #BF7CE0. Grayscale: #636363. Windows color (decimal): -12549345 or 2065216. OLE color: 2065216.
HSL color Cylindrical-coordinate representation of color #40831F: hue angle of 100.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40831F is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 31 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.49 |
| HSL | 100.2º | 0.62% | 0.32% | - |
| HSV(B) | 100.2º | 0.76% | 0.51% | - |
| XYZ | 10.48 | 17.42 | 4.11 | - |
| YUV | 99.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 31 | 0.51 | 0 | 0.76 | 0.49 | 100.2 | 0.62 | 0.32 |
| Hex | 40 | 83 | 1F | 33 | 0 | 4C | 31 | 64 | 3E | 20 |
| Octal | 100 | 203 | 37 | 63 | 0 | 114 | 61 | 144 | 76 | 40 |
| Binary | 1000000 | 10000011 | 11111 | 110011 | 0 | 1001100 | 110001 | 1100100 | 111110 | 100000 |
Color Harmonies of #40831F
Complementary color
Monochromatic Colors of #40831F
Black with #40831F
Text Example
Text Example
White with #40831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40831F; }
p { color: rgb(64,131,31); }
H1.HeaderClassName
{
color: #40831F;
}
.AnyTagClassName
{
color: #40831F;
}
</style>
background-color css
<style>
a { background-color: #40831F; }
a { background-color: rgb(64,131,31); }
div.DivClassName
{
background-color: #40831F;
}
.BgClassName
{
background-color: #40831F;
}
</style>
border-color css
<style>
span { border-color: #40831F; }
span { border-color: rgb(64,131,31); }
td.TdClassName
{
border-color: #40831F;
}
.TagClassName
{
border-color: #40831F;
}
</style>