Shades of Bilbao #24690B
Tints of Bilbao #24690B
RGB
CMYK
RGB Variations
Color information
#24690B (or 0x24690B) is known color: Bilbao. HEX triplet: 24, 69 and 0B. RGB value is (36,105,11). Sum of RGB (Red+Green+Blue) = 36+105+11=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #24690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24690B is #DB96F4. Grayscale: #494949. Windows color (decimal): -14391029 or 747812. OLE color: 747812.
HSL color Cylindrical-coordinate representation of color #24690B: hue angle of 104.04º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24690B is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 105 | 11 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.59 |
| HSL | 104.04º | 0.81% | 0.23% | - |
| HSV(B) | 104.04º | 0.9% | 0.41% | - |
| XYZ | 5.84 | 10.5 | 2.04 | - |
| YUV | 73.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 11 | 0.66 | 0 | 0.90 | 0.59 | 104.04 | 0.81 | 0.23 |
| Hex | 24 | 69 | B | 42 | 0 | 5A | 3B | 68 | 51 | 17 |
| Octal | 44 | 151 | 13 | 102 | 0 | 132 | 73 | 150 | 121 | 27 |
| Binary | 100100 | 1101001 | 1011 | 1000010 | 0 | 1011010 | 111011 | 1101000 | 1010001 | 10111 |
Color Harmonies of #24690B
Complementary color
Monochromatic Colors of #24690B
Black with #24690B
Text Example
Text Example
White with #24690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24690B; }
p { color: rgb(36,105,11); }
H1.HeaderClassName
{
color: #24690B;
}
.AnyTagClassName
{
color: #24690B;
}
</style>
background-color css
<style>
a { background-color: #24690B; }
a { background-color: rgb(36,105,11); }
div.DivClassName
{
background-color: #24690B;
}
.BgClassName
{
background-color: #24690B;
}
</style>
border-color css
<style>
span { border-color: #24690B; }
span { border-color: rgb(36,105,11); }
td.TdClassName
{
border-color: #24690B;
}
.TagClassName
{
border-color: #24690B;
}
</style>