Shades of Bilbao #266E04
Tints of Bilbao #266E04
RGB
CMYK
RGB Variations
Color information
#266E04 (or 0x266E04) is known color: Bilbao. HEX triplet: 26, 6E and 04. RGB value is (38,110,4). Sum of RGB (Red+Green+Blue) = 38+110+4=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #266E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E04 is #D991FB. Grayscale: #4C4C4C. Windows color (decimal): -14258684 or 290342. OLE color: 290342.
HSL color Cylindrical-coordinate representation of color #266E04: hue angle of 100.75º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #266E04 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 110 | 4 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.57 |
| HSL | 100.75º | 0.93% | 0.22% | - |
| HSV(B) | 100.75º | 0.96% | 0.43% | - |
| XYZ | 6.4 | 11.57 | 2.01 | - |
| YUV | 76.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 4 | 0.65 | 0 | 0.96 | 0.57 | 100.75 | 0.93 | 0.22 |
| Hex | 26 | 6E | 4 | 41 | 0 | 60 | 39 | 65 | 5D | 16 |
| Octal | 46 | 156 | 4 | 101 | 0 | 140 | 71 | 145 | 135 | 26 |
| Binary | 100110 | 1101110 | 100 | 1000001 | 0 | 1100000 | 111001 | 1100101 | 1011101 | 10110 |
Color Harmonies of #266E04
Complementary color
Monochromatic Colors of #266E04
Black with #266E04
Text Example
Text Example
White with #266E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E04; }
p { color: rgb(38,110,4); }
H1.HeaderClassName
{
color: #266E04;
}
.AnyTagClassName
{
color: #266E04;
}
</style>
background-color css
<style>
a { background-color: #266E04; }
a { background-color: rgb(38,110,4); }
div.DivClassName
{
background-color: #266E04;
}
.BgClassName
{
background-color: #266E04;
}
</style>
border-color css
<style>
span { border-color: #266E04; }
span { border-color: rgb(38,110,4); }
td.TdClassName
{
border-color: #266E04;
}
.TagClassName
{
border-color: #266E04;
}
</style>