Shades of Bilbao #40812F
Tints of Bilbao #40812F
RGB
CMYK
RGB Variations
Color information
#40812F (or 0x40812F) is known color: Bilbao. HEX triplet: 40, 81 and 2F. RGB value is (64,129,47). Sum of RGB (Red+Green+Blue) = 64+129+47=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #40812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40812F is #BF7ED0. Grayscale: #646464. Windows color (decimal): -12549841 or 3113280. OLE color: 3113280.
HSL color Cylindrical-coordinate representation of color #40812F: hue angle of 107.56º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40812F is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 47 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.49 |
| HSL | 107.56º | 0.47% | 0.35% | - |
| HSV(B) | 107.56º | 0.64% | 0.51% | - |
| XYZ | 10.48 | 17 | 5.42 | - |
| YUV | 100.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 47 | 0.50 | 0 | 0.64 | 0.49 | 107.56 | 0.47 | 0.35 |
| Hex | 40 | 81 | 2F | 32 | 0 | 40 | 31 | 6C | 2F | 23 |
| Octal | 100 | 201 | 57 | 62 | 0 | 100 | 61 | 154 | 57 | 43 |
| Binary | 1000000 | 10000001 | 101111 | 110010 | 0 | 1000000 | 110001 | 1101100 | 101111 | 100011 |
Color Harmonies of #40812F
Complementary color
Monochromatic Colors of #40812F
Black with #40812F
Text Example
Text Example
White with #40812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40812F; }
p { color: rgb(64,129,47); }
H1.HeaderClassName
{
color: #40812F;
}
.AnyTagClassName
{
color: #40812F;
}
</style>
background-color css
<style>
a { background-color: #40812F; }
a { background-color: rgb(64,129,47); }
div.DivClassName
{
background-color: #40812F;
}
.BgClassName
{
background-color: #40812F;
}
</style>
border-color css
<style>
span { border-color: #40812F; }
span { border-color: rgb(64,129,47); }
td.TdClassName
{
border-color: #40812F;
}
.TagClassName
{
border-color: #40812F;
}
</style>