Shades of Bilbao #246C04
Tints of Bilbao #246C04
RGB
CMYK
RGB Variations
Color information
#246C04 (or 0x246C04) is known color: Bilbao. HEX triplet: 24, 6C and 04. RGB value is (36,108,4). Sum of RGB (Red+Green+Blue) = 36+108+4=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 108 (42.58% from 255 or 72.97% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 108 - color contains mainly: green. Hex color #246C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246C04 is #DB93FB. Grayscale: #4A4A4A. Windows color (decimal): -14390268 or 289828. OLE color: 289828.
HSL color Cylindrical-coordinate representation of color #246C04: hue angle of 101.54º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #246C04 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 108 | 4 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.58 |
| HSL | 101.54º | 0.93% | 0.22% | - |
| HSV(B) | 101.54º | 0.96% | 0.42% | - |
| XYZ | 6.11 | 11.11 | 1.94 | - |
| YUV | 74.62 | 88.15 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 4 | 0.67 | 0 | 0.96 | 0.58 | 101.54 | 0.93 | 0.22 |
| Hex | 24 | 6C | 4 | 43 | 0 | 60 | 3A | 66 | 5D | 16 |
| Octal | 44 | 154 | 4 | 103 | 0 | 140 | 72 | 146 | 135 | 26 |
| Binary | 100100 | 1101100 | 100 | 1000011 | 0 | 1100000 | 111010 | 1100110 | 1011101 | 10110 |
Color Harmonies of #246C04
Complementary color
Monochromatic Colors of #246C04
Black with #246C04
Text Example
Text Example
White with #246C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C04; }
p { color: rgb(36,108,4); }
H1.HeaderClassName
{
color: #246C04;
}
.AnyTagClassName
{
color: #246C04;
}
</style>
background-color css
<style>
a { background-color: #246C04; }
a { background-color: rgb(36,108,4); }
div.DivClassName
{
background-color: #246C04;
}
.BgClassName
{
background-color: #246C04;
}
</style>
border-color css
<style>
span { border-color: #246C04; }
span { border-color: rgb(36,108,4); }
td.TdClassName
{
border-color: #246C04;
}
.TagClassName
{
border-color: #246C04;
}
</style>