Shades of Bilbao #26680D
Tints of Bilbao #26680D
RGB
CMYK
RGB Variations
Color information
#26680D (or 0x26680D) is known color: Bilbao. HEX triplet: 26, 68 and 0D. RGB value is (38,104,13). Sum of RGB (Red+Green+Blue) = 38+104+13=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #26680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26680D is #D997F2. Grayscale: #4A4A4A. Windows color (decimal): -14260211 or 878630. OLE color: 878630.
HSL color Cylindrical-coordinate representation of color #26680D: hue angle of 103.52º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26680D is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 104 | 13 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.59 |
| HSL | 103.52º | 0.78% | 0.23% | - |
| HSV(B) | 103.52º | 0.88% | 0.41% | - |
| XYZ | 5.82 | 10.34 | 2.07 | - |
| YUV | 73.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 13 | 0.63 | 0 | 0.88 | 0.59 | 103.52 | 0.78 | 0.23 |
| Hex | 26 | 68 | D | 3F | 0 | 58 | 3B | 68 | 4E | 17 |
| Octal | 46 | 150 | 15 | 77 | 0 | 130 | 73 | 150 | 116 | 27 |
| Binary | 100110 | 1101000 | 1101 | 111111 | 0 | 1011000 | 111011 | 1101000 | 1001110 | 10111 |
Color Harmonies of #26680D
Complementary color
Monochromatic Colors of #26680D
Black with #26680D
Text Example
Text Example
White with #26680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26680D; }
p { color: rgb(38,104,13); }
H1.HeaderClassName
{
color: #26680D;
}
.AnyTagClassName
{
color: #26680D;
}
</style>
background-color css
<style>
a { background-color: #26680D; }
a { background-color: rgb(38,104,13); }
div.DivClassName
{
background-color: #26680D;
}
.BgClassName
{
background-color: #26680D;
}
</style>
border-color css
<style>
span { border-color: #26680D; }
span { border-color: rgb(38,104,13); }
td.TdClassName
{
border-color: #26680D;
}
.TagClassName
{
border-color: #26680D;
}
</style>