Shades of Bilbao #246F0B
Tints of Bilbao #246F0B
RGB
CMYK
RGB Variations
Color information
#246F0B (or 0x246F0B) is known color: Bilbao. HEX triplet: 24, 6F and 0B. RGB value is (36,111,11). Sum of RGB (Red+Green+Blue) = 36+111+11=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #246F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246F0B is #DB90F4. Grayscale: #4D4D4D. Windows color (decimal): -14389493 or 749348. OLE color: 749348.
HSL color Cylindrical-coordinate representation of color #246F0B: hue angle of 105º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #246F0B is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 111 | 11 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.56 |
| HSL | 105º | 0.82% | 0.24% | - |
| HSV(B) | 105º | 0.9% | 0.44% | - |
| XYZ | 6.47 | 11.77 | 2.25 | - |
| YUV | 77.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 11 | 0.68 | 0 | 0.90 | 0.56 | 105 | 0.82 | 0.24 |
| Hex | 24 | 6F | B | 44 | 0 | 5A | 38 | 69 | 52 | 18 |
| Octal | 44 | 157 | 13 | 104 | 0 | 132 | 70 | 151 | 122 | 30 |
| Binary | 100100 | 1101111 | 1011 | 1000100 | 0 | 1011010 | 111000 | 1101001 | 1010010 | 11000 |
Color Harmonies of #246F0B
Complementary color
Monochromatic Colors of #246F0B
Black with #246F0B
Text Example
Text Example
White with #246F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F0B; }
p { color: rgb(36,111,11); }
H1.HeaderClassName
{
color: #246F0B;
}
.AnyTagClassName
{
color: #246F0B;
}
</style>
background-color css
<style>
a { background-color: #246F0B; }
a { background-color: rgb(36,111,11); }
div.DivClassName
{
background-color: #246F0B;
}
.BgClassName
{
background-color: #246F0B;
}
</style>
border-color css
<style>
span { border-color: #246F0B; }
span { border-color: rgb(36,111,11); }
td.TdClassName
{
border-color: #246F0B;
}
.TagClassName
{
border-color: #246F0B;
}
</style>