Shades of Bilbao #40792D
Tints of Bilbao #40792D
RGB
CMYK
RGB Variations
Color information
#40792D (or 0x40792D) is known color: Bilbao. HEX triplet: 40, 79 and 2D. RGB value is (64,121,45). Sum of RGB (Red+Green+Blue) = 64+121+45=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #40792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40792D is #BF86D2. Grayscale: #5F5F5F. Windows color (decimal): -12551891 or 2980160. OLE color: 2980160.
HSL color Cylindrical-coordinate representation of color #40792D: hue angle of 105º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40792D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 45 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.53 |
| HSL | 105º | 0.46% | 0.33% | - |
| HSV(B) | 105º | 0.63% | 0.47% | - |
| XYZ | 9.43 | 14.95 | 4.87 | - |
| YUV | 95.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 45 | 0.47 | 0 | 0.63 | 0.53 | 105 | 0.46 | 0.33 |
| Hex | 40 | 79 | 2D | 2F | 0 | 3F | 35 | 69 | 2E | 21 |
| Octal | 100 | 171 | 55 | 57 | 0 | 77 | 65 | 151 | 56 | 41 |
| Binary | 1000000 | 1111001 | 101101 | 101111 | 0 | 111111 | 110101 | 1101001 | 101110 | 100001 |
Color Harmonies of #40792D
Complementary color
Monochromatic Colors of #40792D
Black with #40792D
Text Example
Text Example
White with #40792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40792D; }
p { color: rgb(64,121,45); }
H1.HeaderClassName
{
color: #40792D;
}
.AnyTagClassName
{
color: #40792D;
}
</style>
background-color css
<style>
a { background-color: #40792D; }
a { background-color: rgb(64,121,45); }
div.DivClassName
{
background-color: #40792D;
}
.BgClassName
{
background-color: #40792D;
}
</style>
border-color css
<style>
span { border-color: #40792D; }
span { border-color: rgb(64,121,45); }
td.TdClassName
{
border-color: #40792D;
}
.TagClassName
{
border-color: #40792D;
}
</style>