Shades of Bilbao #40851F
Tints of Bilbao #40851F
RGB
CMYK
RGB Variations
Color information
#40851F (or 0x40851F) is known color: Bilbao. HEX triplet: 40, 85 and 1F. RGB value is (64,133,31). Sum of RGB (Red+Green+Blue) = 64+133+31=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #40851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40851F is #BF7AE0. Grayscale: #656565. Windows color (decimal): -12548833 or 2065728. OLE color: 2065728.
HSL color Cylindrical-coordinate representation of color #40851F: hue angle of 100.59º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40851F is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 31 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.48 |
| HSL | 100.59º | 0.62% | 0.32% | - |
| HSV(B) | 100.59º | 0.77% | 0.52% | - |
| XYZ | 10.75 | 17.96 | 4.2 | - |
| YUV | 100.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 31 | 0.52 | 0 | 0.77 | 0.48 | 100.59 | 0.62 | 0.32 |
| Hex | 40 | 85 | 1F | 34 | 0 | 4D | 30 | 65 | 3E | 20 |
| Octal | 100 | 205 | 37 | 64 | 0 | 115 | 60 | 145 | 76 | 40 |
| Binary | 1000000 | 10000101 | 11111 | 110100 | 0 | 1001101 | 110000 | 1100101 | 111110 | 100000 |
Color Harmonies of #40851F
Complementary color
Monochromatic Colors of #40851F
Black with #40851F
Text Example
Text Example
White with #40851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40851F; }
p { color: rgb(64,133,31); }
H1.HeaderClassName
{
color: #40851F;
}
.AnyTagClassName
{
color: #40851F;
}
</style>
background-color css
<style>
a { background-color: #40851F; }
a { background-color: rgb(64,133,31); }
div.DivClassName
{
background-color: #40851F;
}
.BgClassName
{
background-color: #40851F;
}
</style>
border-color css
<style>
span { border-color: #40851F; }
span { border-color: rgb(64,133,31); }
td.TdClassName
{
border-color: #40851F;
}
.TagClassName
{
border-color: #40851F;
}
</style>