Shades of Bilbao #40752F
Tints of Bilbao #40752F
RGB
CMYK
RGB Variations
Color information
#40752F (or 0x40752F) is known color: Bilbao. HEX triplet: 40, 75 and 2F. RGB value is (64,117,47). Sum of RGB (Red+Green+Blue) = 64+117+47=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #40752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40752F is #BF8AD0. Grayscale: #5D5D5D. Windows color (decimal): -12552913 or 3110208. OLE color: 3110208.
HSL color Cylindrical-coordinate representation of color #40752F: hue angle of 105.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40752F is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 47 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.54 |
| HSL | 105.43º | 0.43% | 0.32% | - |
| HSV(B) | 105.43º | 0.6% | 0.46% | - |
| XYZ | 8.99 | 14.02 | 4.92 | - |
| YUV | 93.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 47 | 0.45 | 0 | 0.60 | 0.54 | 105.43 | 0.43 | 0.32 |
| Hex | 40 | 75 | 2F | 2D | 0 | 3C | 36 | 69 | 2B | 20 |
| Octal | 100 | 165 | 57 | 55 | 0 | 74 | 66 | 151 | 53 | 40 |
| Binary | 1000000 | 1110101 | 101111 | 101101 | 0 | 111100 | 110110 | 1101001 | 101011 | 100000 |
Color Harmonies of #40752F
Complementary color
Monochromatic Colors of #40752F
Black with #40752F
Text Example
Text Example
White with #40752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40752F; }
p { color: rgb(64,117,47); }
H1.HeaderClassName
{
color: #40752F;
}
.AnyTagClassName
{
color: #40752F;
}
</style>
background-color css
<style>
a { background-color: #40752F; }
a { background-color: rgb(64,117,47); }
div.DivClassName
{
background-color: #40752F;
}
.BgClassName
{
background-color: #40752F;
}
</style>
border-color css
<style>
span { border-color: #40752F; }
span { border-color: rgb(64,117,47); }
td.TdClassName
{
border-color: #40752F;
}
.TagClassName
{
border-color: #40752F;
}
</style>