Shades of Bilbao #40832A
Tints of Bilbao #40832A
RGB
CMYK
RGB Variations
Color information
#40832A (or 0x40832A) is known color: Bilbao. HEX triplet: 40, 83 and 2A. RGB value is (64,131,42). Sum of RGB (Red+Green+Blue) = 64+131+42=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #40832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40832A is #BF7CD5. Grayscale: #656565. Windows color (decimal): -12549334 or 2786112. OLE color: 2786112.
HSL color Cylindrical-coordinate representation of color #40832A: hue angle of 105.17º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40832A is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 42 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.49 |
| HSL | 105.17º | 0.51% | 0.34% | - |
| HSV(B) | 105.17º | 0.68% | 0.51% | - |
| XYZ | 10.65 | 17.49 | 5.01 | - |
| YUV | 100.82 | 94.8 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 42 | 0.51 | 0 | 0.68 | 0.49 | 105.17 | 0.51 | 0.34 |
| Hex | 40 | 83 | 2A | 33 | 0 | 44 | 31 | 69 | 33 | 22 |
| Octal | 100 | 203 | 52 | 63 | 0 | 104 | 61 | 151 | 63 | 42 |
| Binary | 1000000 | 10000011 | 101010 | 110011 | 0 | 1000100 | 110001 | 1101001 | 110011 | 100010 |
Color Harmonies of #40832A
Complementary color
Monochromatic Colors of #40832A
Black with #40832A
Text Example
Text Example
White with #40832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40832A; }
p { color: rgb(64,131,42); }
H1.HeaderClassName
{
color: #40832A;
}
.AnyTagClassName
{
color: #40832A;
}
</style>
background-color css
<style>
a { background-color: #40832A; }
a { background-color: rgb(64,131,42); }
div.DivClassName
{
background-color: #40832A;
}
.BgClassName
{
background-color: #40832A;
}
</style>
border-color css
<style>
span { border-color: #40832A; }
span { border-color: rgb(64,131,42); }
td.TdClassName
{
border-color: #40832A;
}
.TagClassName
{
border-color: #40832A;
}
</style>