Shades of Bilbao #266C13
Tints of Bilbao #266C13
RGB
CMYK
RGB Variations
Color information
#266C13 (or 0x266C13) is known color: Bilbao. HEX triplet: 26, 6C and 13. RGB value is (38,108,19). Sum of RGB (Red+Green+Blue) = 38+108+19=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #266C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C13 is #D993EC. Grayscale: #4D4D4D. Windows color (decimal): -14259181 or 1272870. OLE color: 1272870.
HSL color Cylindrical-coordinate representation of color #266C13: hue angle of 107.19º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266C13 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 19 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.58 |
| HSL | 107.19º | 0.7% | 0.25% | - |
| HSV(B) | 107.19º | 0.82% | 0.42% | - |
| XYZ | 6.28 | 11.18 | 2.44 | - |
| YUV | 76.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 19 | 0.65 | 0 | 0.82 | 0.58 | 107.19 | 0.7 | 0.25 |
| Hex | 26 | 6C | 13 | 41 | 0 | 52 | 3A | 6B | 46 | 19 |
| Octal | 46 | 154 | 23 | 101 | 0 | 122 | 72 | 153 | 106 | 31 |
| Binary | 100110 | 1101100 | 10011 | 1000001 | 0 | 1010010 | 111010 | 1101011 | 1000110 | 11001 |
Color Harmonies of #266C13
Complementary color
Monochromatic Colors of #266C13
Black with #266C13
Text Example
Text Example
White with #266C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C13; }
p { color: rgb(38,108,19); }
H1.HeaderClassName
{
color: #266C13;
}
.AnyTagClassName
{
color: #266C13;
}
</style>
background-color css
<style>
a { background-color: #266C13; }
a { background-color: rgb(38,108,19); }
div.DivClassName
{
background-color: #266C13;
}
.BgClassName
{
background-color: #266C13;
}
</style>
border-color css
<style>
span { border-color: #266C13; }
span { border-color: rgb(38,108,19); }
td.TdClassName
{
border-color: #266C13;
}
.TagClassName
{
border-color: #266C13;
}
</style>