Shades of Bilbao #40850F
Tints of Bilbao #40850F
RGB
CMYK
RGB Variations
Color information
#40850F (or 0x40850F) is known color: Bilbao. HEX triplet: 40, 85 and 0F. RGB value is (64,133,15). Sum of RGB (Red+Green+Blue) = 64+133+15=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #40850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40850F is #BF7AF0. Grayscale: #636363. Windows color (decimal): -12548849 or 1017152. OLE color: 1017152.
HSL color Cylindrical-coordinate representation of color #40850F: hue angle of 95.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40850F is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 15 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.48 |
| HSL | 95.08º | 0.8% | 0.29% | - |
| HSV(B) | 95.08º | 0.89% | 0.52% | - |
| XYZ | 10.59 | 17.9 | 3.35 | - |
| YUV | 98.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 15 | 0.52 | 0 | 0.89 | 0.48 | 95.08 | 0.8 | 0.29 |
| Hex | 40 | 85 | F | 34 | 0 | 59 | 30 | 5F | 50 | 1D |
| Octal | 100 | 205 | 17 | 64 | 0 | 131 | 60 | 137 | 120 | 35 |
| Binary | 1000000 | 10000101 | 1111 | 110100 | 0 | 1011001 | 110000 | 1011111 | 1010000 | 11101 |
Color Harmonies of #40850F
Complementary color
Monochromatic Colors of #40850F
Black with #40850F
Text Example
Text Example
White with #40850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40850F; }
p { color: rgb(64,133,15); }
H1.HeaderClassName
{
color: #40850F;
}
.AnyTagClassName
{
color: #40850F;
}
</style>
background-color css
<style>
a { background-color: #40850F; }
a { background-color: rgb(64,133,15); }
div.DivClassName
{
background-color: #40850F;
}
.BgClassName
{
background-color: #40850F;
}
</style>
border-color css
<style>
span { border-color: #40850F; }
span { border-color: rgb(64,133,15); }
td.TdClassName
{
border-color: #40850F;
}
.TagClassName
{
border-color: #40850F;
}
</style>