Shades of Bilbao #40750C
Tints of Bilbao #40750C
RGB
CMYK
RGB Variations
Color information
#40750C (or 0x40750C) is known color: Bilbao. HEX triplet: 40, 75 and 0C. RGB value is (64,117,12). Sum of RGB (Red+Green+Blue) = 64+117+12=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #40750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40750C is #BF8AF3. Grayscale: #595959. Windows color (decimal): -12552948 or 816448. OLE color: 816448.
HSL color Cylindrical-coordinate representation of color #40750C: hue angle of 90.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40750C is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 117 | 12 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.54 |
| HSL | 90.29º | 0.81% | 0.25% | - |
| HSV(B) | 90.29º | 0.9% | 0.46% | - |
| XYZ | 8.54 | 13.84 | 2.57 | - |
| YUV | 89.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 12 | 0.45 | 0 | 0.90 | 0.54 | 90.29 | 0.81 | 0.25 |
| Hex | 40 | 75 | C | 2D | 0 | 5A | 36 | 5A | 51 | 19 |
| Octal | 100 | 165 | 14 | 55 | 0 | 132 | 66 | 132 | 121 | 31 |
| Binary | 1000000 | 1110101 | 1100 | 101101 | 0 | 1011010 | 110110 | 1011010 | 1010001 | 11001 |
Color Harmonies of #40750C
Complementary color
Monochromatic Colors of #40750C
Black with #40750C
Text Example
Text Example
White with #40750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40750C; }
p { color: rgb(64,117,12); }
H1.HeaderClassName
{
color: #40750C;
}
.AnyTagClassName
{
color: #40750C;
}
</style>
background-color css
<style>
a { background-color: #40750C; }
a { background-color: rgb(64,117,12); }
div.DivClassName
{
background-color: #40750C;
}
.BgClassName
{
background-color: #40750C;
}
</style>
border-color css
<style>
span { border-color: #40750C; }
span { border-color: rgb(64,117,12); }
td.TdClassName
{
border-color: #40750C;
}
.TagClassName
{
border-color: #40750C;
}
</style>