Shades of Bilbao #246D04
Tints of Bilbao #246D04
RGB
CMYK
RGB Variations
Color information
#246D04 (or 0x246D04) is known color: Bilbao. HEX triplet: 24, 6D and 04. RGB value is (36,109,4). Sum of RGB (Red+Green+Blue) = 36+109+4=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 109 (42.97% from 255 or 73.15% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 109 - color contains mainly: green. Hex color #246D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246D04 is #DB92FB. Grayscale: #4B4B4B. Windows color (decimal): -14390012 or 290084. OLE color: 290084.
HSL color Cylindrical-coordinate representation of color #246D04: hue angle of 101.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #246D04 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 109 | 4 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.57 |
| HSL | 101.71º | 0.93% | 0.22% | - |
| HSV(B) | 101.71º | 0.96% | 0.43% | - |
| XYZ | 6.22 | 11.32 | 1.97 | - |
| YUV | 75.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 4 | 0.67 | 0 | 0.96 | 0.57 | 101.71 | 0.93 | 0.22 |
| Hex | 24 | 6D | 4 | 43 | 0 | 60 | 39 | 66 | 5D | 16 |
| Octal | 44 | 155 | 4 | 103 | 0 | 140 | 71 | 146 | 135 | 26 |
| Binary | 100100 | 1101101 | 100 | 1000011 | 0 | 1100000 | 111001 | 1100110 | 1011101 | 10110 |
Color Harmonies of #246D04
Complementary color
Monochromatic Colors of #246D04
Black with #246D04
Text Example
Text Example
White with #246D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D04; }
p { color: rgb(36,109,4); }
H1.HeaderClassName
{
color: #246D04;
}
.AnyTagClassName
{
color: #246D04;
}
</style>
background-color css
<style>
a { background-color: #246D04; }
a { background-color: rgb(36,109,4); }
div.DivClassName
{
background-color: #246D04;
}
.BgClassName
{
background-color: #246D04;
}
</style>
border-color css
<style>
span { border-color: #246D04; }
span { border-color: rgb(36,109,4); }
td.TdClassName
{
border-color: #246D04;
}
.TagClassName
{
border-color: #246D04;
}
</style>