Shades of Bilbao #246F0A
Tints of Bilbao #246F0A
RGB
CMYK
RGB Variations
Color information
#246F0A (or 0x246F0A) is known color: Bilbao. HEX triplet: 24, 6F and 0A. RGB value is (36,111,10). Sum of RGB (Red+Green+Blue) = 36+111+10=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #246F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246F0A is #DB90F5. Grayscale: #4D4D4D. Windows color (decimal): -14389494 or 683812. OLE color: 683812.
HSL color Cylindrical-coordinate representation of color #246F0A: hue angle of 104.55º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #246F0A is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 111 | 10 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.56 |
| HSL | 104.55º | 0.83% | 0.24% | - |
| HSV(B) | 104.55º | 0.91% | 0.44% | - |
| XYZ | 6.47 | 11.77 | 2.22 | - |
| YUV | 77.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 10 | 0.68 | 0 | 0.91 | 0.56 | 104.55 | 0.83 | 0.24 |
| Hex | 24 | 6F | A | 44 | 0 | 5B | 38 | 69 | 53 | 18 |
| Octal | 44 | 157 | 12 | 104 | 0 | 133 | 70 | 151 | 123 | 30 |
| Binary | 100100 | 1101111 | 1010 | 1000100 | 0 | 1011011 | 111000 | 1101001 | 1010011 | 11000 |
Color Harmonies of #246F0A
Complementary color
Monochromatic Colors of #246F0A
Black with #246F0A
Text Example
Text Example
White with #246F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F0A; }
p { color: rgb(36,111,10); }
H1.HeaderClassName
{
color: #246F0A;
}
.AnyTagClassName
{
color: #246F0A;
}
</style>
background-color css
<style>
a { background-color: #246F0A; }
a { background-color: rgb(36,111,10); }
div.DivClassName
{
background-color: #246F0A;
}
.BgClassName
{
background-color: #246F0A;
}
</style>
border-color css
<style>
span { border-color: #246F0A; }
span { border-color: rgb(36,111,10); }
td.TdClassName
{
border-color: #246F0A;
}
.TagClassName
{
border-color: #246F0A;
}
</style>