Shades of Bilbao #40772F
Tints of Bilbao #40772F
RGB
CMYK
RGB Variations
Color information
#40772F (or 0x40772F) is known color: Bilbao. HEX triplet: 40, 77 and 2F. RGB value is (64,119,47). Sum of RGB (Red+Green+Blue) = 64+119+47=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #40772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40772F is #BF88D0. Grayscale: #5E5E5E. Windows color (decimal): -12552401 or 3110720. OLE color: 3110720.
HSL color Cylindrical-coordinate representation of color #40772F: hue angle of 105.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40772F is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 47 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.53 |
| HSL | 105.83º | 0.43% | 0.33% | - |
| HSV(B) | 105.83º | 0.61% | 0.47% | - |
| XYZ | 9.22 | 14.49 | 5 | - |
| YUV | 94.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 47 | 0.46 | 0 | 0.61 | 0.53 | 105.83 | 0.43 | 0.33 |
| Hex | 40 | 77 | 2F | 2E | 0 | 3D | 35 | 6A | 2B | 21 |
| Octal | 100 | 167 | 57 | 56 | 0 | 75 | 65 | 152 | 53 | 41 |
| Binary | 1000000 | 1110111 | 101111 | 101110 | 0 | 111101 | 110101 | 1101010 | 101011 | 100001 |
Color Harmonies of #40772F
Complementary color
Monochromatic Colors of #40772F
Black with #40772F
Text Example
Text Example
White with #40772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40772F; }
p { color: rgb(64,119,47); }
H1.HeaderClassName
{
color: #40772F;
}
.AnyTagClassName
{
color: #40772F;
}
</style>
background-color css
<style>
a { background-color: #40772F; }
a { background-color: rgb(64,119,47); }
div.DivClassName
{
background-color: #40772F;
}
.BgClassName
{
background-color: #40772F;
}
</style>
border-color css
<style>
span { border-color: #40772F; }
span { border-color: rgb(64,119,47); }
td.TdClassName
{
border-color: #40772F;
}
.TagClassName
{
border-color: #40772F;
}
</style>