Shades of Bilbao #40870C
Tints of Bilbao #40870C
RGB
CMYK
RGB Variations
Color information
#40870C (or 0x40870C) is known color: Bilbao. HEX triplet: 40, 87 and 0C. RGB value is (64,135,12). Sum of RGB (Red+Green+Blue) = 64+135+12=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #40870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40870C is #BF78F3. Grayscale: #646464. Windows color (decimal): -12548340 or 821056. OLE color: 821056.
HSL color Cylindrical-coordinate representation of color #40870C: hue angle of 94.63º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40870C is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 12 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.47 |
| HSL | 94.63º | 0.84% | 0.29% | - |
| HSV(B) | 94.63º | 0.91% | 0.53% | - |
| XYZ | 10.84 | 18.44 | 3.34 | - |
| YUV | 99.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 12 | 0.53 | 0 | 0.91 | 0.47 | 94.63 | 0.84 | 0.29 |
| Hex | 40 | 87 | C | 35 | 0 | 5B | 2F | 5F | 54 | 1D |
| Octal | 100 | 207 | 14 | 65 | 0 | 133 | 57 | 137 | 124 | 35 |
| Binary | 1000000 | 10000111 | 1100 | 110101 | 0 | 1011011 | 101111 | 1011111 | 1010100 | 11101 |
Color Harmonies of #40870C
Complementary color
Monochromatic Colors of #40870C
Black with #40870C
Text Example
Text Example
White with #40870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40870C; }
p { color: rgb(64,135,12); }
H1.HeaderClassName
{
color: #40870C;
}
.AnyTagClassName
{
color: #40870C;
}
</style>
background-color css
<style>
a { background-color: #40870C; }
a { background-color: rgb(64,135,12); }
div.DivClassName
{
background-color: #40870C;
}
.BgClassName
{
background-color: #40870C;
}
</style>
border-color css
<style>
span { border-color: #40870C; }
span { border-color: rgb(64,135,12); }
td.TdClassName
{
border-color: #40870C;
}
.TagClassName
{
border-color: #40870C;
}
</style>