Shades of Bilbao #26740C
Tints of Bilbao #26740C
RGB
CMYK
RGB Variations
Color information
#26740C (or 0x26740C) is known color: Bilbao. HEX triplet: 26, 74 and 0C. RGB value is (38,116,12). Sum of RGB (Red+Green+Blue) = 38+116+12=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #26740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26740C is #D98BF3. Grayscale: #515151. Windows color (decimal): -14257140 or 816166. OLE color: 816166.
HSL color Cylindrical-coordinate representation of color #26740C: hue angle of 105º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26740C is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 12 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.55 |
| HSL | 105º | 0.81% | 0.25% | - |
| HSV(B) | 105º | 0.9% | 0.45% | - |
| XYZ | 7.11 | 12.93 | 2.47 | - |
| YUV | 80.82 | 89.16 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 12 | 0.67 | 0 | 0.90 | 0.55 | 105 | 0.81 | 0.25 |
| Hex | 26 | 74 | C | 43 | 0 | 5A | 37 | 69 | 51 | 19 |
| Octal | 46 | 164 | 14 | 103 | 0 | 132 | 67 | 151 | 121 | 31 |
| Binary | 100110 | 1110100 | 1100 | 1000011 | 0 | 1011010 | 110111 | 1101001 | 1010001 | 11001 |
Color Harmonies of #26740C
Complementary color
Monochromatic Colors of #26740C
Black with #26740C
Text Example
Text Example
White with #26740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26740C; }
p { color: rgb(38,116,12); }
H1.HeaderClassName
{
color: #26740C;
}
.AnyTagClassName
{
color: #26740C;
}
</style>
background-color css
<style>
a { background-color: #26740C; }
a { background-color: rgb(38,116,12); }
div.DivClassName
{
background-color: #26740C;
}
.BgClassName
{
background-color: #26740C;
}
</style>
border-color css
<style>
span { border-color: #26740C; }
span { border-color: rgb(38,116,12); }
td.TdClassName
{
border-color: #26740C;
}
.TagClassName
{
border-color: #26740C;
}
</style>