Shades of Bilbao #266F0D
Tints of Bilbao #266F0D
RGB
CMYK
RGB Variations
Color information
#266F0D (or 0x266F0D) is known color: Bilbao. HEX triplet: 26, 6F and 0D. RGB value is (38,111,13). Sum of RGB (Red+Green+Blue) = 38+111+13=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #266F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266F0D is #D990F2. Grayscale: #4E4E4E. Windows color (decimal): -14258419 or 880422. OLE color: 880422.
HSL color Cylindrical-coordinate representation of color #266F0D: hue angle of 104.69º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #266F0D is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 13 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.56 |
| HSL | 104.69º | 0.79% | 0.24% | - |
| HSV(B) | 104.69º | 0.88% | 0.44% | - |
| XYZ | 6.56 | 11.81 | 2.31 | - |
| YUV | 78 | 91.32 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 13 | 0.66 | 0 | 0.88 | 0.56 | 104.69 | 0.79 | 0.24 |
| Hex | 26 | 6F | D | 42 | 0 | 58 | 38 | 69 | 4F | 18 |
| Octal | 46 | 157 | 15 | 102 | 0 | 130 | 70 | 151 | 117 | 30 |
| Binary | 100110 | 1101111 | 1101 | 1000010 | 0 | 1011000 | 111000 | 1101001 | 1001111 | 11000 |
Color Harmonies of #266F0D
Complementary color
Monochromatic Colors of #266F0D
Black with #266F0D
Text Example
Text Example
White with #266F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F0D; }
p { color: rgb(38,111,13); }
H1.HeaderClassName
{
color: #266F0D;
}
.AnyTagClassName
{
color: #266F0D;
}
</style>
background-color css
<style>
a { background-color: #266F0D; }
a { background-color: rgb(38,111,13); }
div.DivClassName
{
background-color: #266F0D;
}
.BgClassName
{
background-color: #266F0D;
}
</style>
border-color css
<style>
span { border-color: #266F0D; }
span { border-color: rgb(38,111,13); }
td.TdClassName
{
border-color: #266F0D;
}
.TagClassName
{
border-color: #266F0D;
}
</style>