Shades of Bilbao #247205
Tints of Bilbao #247205
RGB
CMYK
RGB Variations
Color information
#247205 (or 0x247205) is known color: Bilbao. HEX triplet: 24, 72 and 05. RGB value is (36,114,5). Sum of RGB (Red+Green+Blue) = 36+114+5=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #247205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247205 is #DB8DFA. Grayscale: #4E4E4E. Windows color (decimal): -14388731 or 356900. OLE color: 356900.
HSL color Cylindrical-coordinate representation of color #247205: hue angle of 102.94º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #247205 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 5 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.55 |
| HSL | 102.94º | 0.92% | 0.23% | - |
| HSV(B) | 102.94º | 0.96% | 0.45% | - |
| XYZ | 6.77 | 12.42 | 2.18 | - |
| YUV | 78.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 5 | 0.68 | 0 | 0.96 | 0.55 | 102.94 | 0.92 | 0.23 |
| Hex | 24 | 72 | 5 | 44 | 0 | 60 | 37 | 67 | 5C | 17 |
| Octal | 44 | 162 | 5 | 104 | 0 | 140 | 67 | 147 | 134 | 27 |
| Binary | 100100 | 1110010 | 101 | 1000100 | 0 | 1100000 | 110111 | 1100111 | 1011100 | 10111 |
Color Harmonies of #247205
Complementary color
Monochromatic Colors of #247205
Black with #247205
Text Example
Text Example
White with #247205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247205; }
p { color: rgb(36,114,5); }
H1.HeaderClassName
{
color: #247205;
}
.AnyTagClassName
{
color: #247205;
}
</style>
background-color css
<style>
a { background-color: #247205; }
a { background-color: rgb(36,114,5); }
div.DivClassName
{
background-color: #247205;
}
.BgClassName
{
background-color: #247205;
}
</style>
border-color css
<style>
span { border-color: #247205; }
span { border-color: rgb(36,114,5); }
td.TdClassName
{
border-color: #247205;
}
.TagClassName
{
border-color: #247205;
}
</style>