Shades of Bilbao #247104
Tints of Bilbao #247104
RGB
CMYK
RGB Variations
Color information
#247104 (or 0x247104) is known color: Bilbao. HEX triplet: 24, 71 and 04. RGB value is (36,113,4). Sum of RGB (Red+Green+Blue) = 36+113+4=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #247104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247104 is #DB8EFB. Grayscale: #4D4D4D. Windows color (decimal): -14388988 or 291108. OLE color: 291108.
HSL color Cylindrical-coordinate representation of color #247104: hue angle of 102.39º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #247104 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 4 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.56 |
| HSL | 102.39º | 0.93% | 0.23% | - |
| HSV(B) | 102.39º | 0.96% | 0.44% | - |
| XYZ | 6.65 | 12.19 | 2.12 | - |
| YUV | 77.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 4 | 0.68 | 0 | 0.96 | 0.56 | 102.39 | 0.93 | 0.23 |
| Hex | 24 | 71 | 4 | 44 | 0 | 60 | 38 | 66 | 5D | 17 |
| Octal | 44 | 161 | 4 | 104 | 0 | 140 | 70 | 146 | 135 | 27 |
| Binary | 100100 | 1110001 | 100 | 1000100 | 0 | 1100000 | 111000 | 1100110 | 1011101 | 10111 |
Color Harmonies of #247104
Complementary color
Monochromatic Colors of #247104
Black with #247104
Text Example
Text Example
White with #247104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247104; }
p { color: rgb(36,113,4); }
H1.HeaderClassName
{
color: #247104;
}
.AnyTagClassName
{
color: #247104;
}
</style>
background-color css
<style>
a { background-color: #247104; }
a { background-color: rgb(36,113,4); }
div.DivClassName
{
background-color: #247104;
}
.BgClassName
{
background-color: #247104;
}
</style>
border-color css
<style>
span { border-color: #247104; }
span { border-color: rgb(36,113,4); }
td.TdClassName
{
border-color: #247104;
}
.TagClassName
{
border-color: #247104;
}
</style>