Shades of Bilbao #256E09
Tints of Bilbao #256E09
RGB
CMYK
RGB Variations
Color information
#256E09 (or 0x256E09) is known color: Bilbao. HEX triplet: 25, 6E and 09. RGB value is (37,110,9). Sum of RGB (Red+Green+Blue) = 37+110+9=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #256E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E09 is #DA91F6. Grayscale: #4C4C4C. Windows color (decimal): -14324215 or 618021. OLE color: 618021.
HSL color Cylindrical-coordinate representation of color #256E09: hue angle of 103.37º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #256E09 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 9 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.57 |
| HSL | 103.37º | 0.85% | 0.23% | - |
| HSV(B) | 103.37º | 0.92% | 0.43% | - |
| XYZ | 6.39 | 11.56 | 2.15 | - |
| YUV | 76.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 9 | 0.66 | 0 | 0.92 | 0.57 | 103.37 | 0.85 | 0.23 |
| Hex | 25 | 6E | 9 | 42 | 0 | 5C | 39 | 67 | 55 | 17 |
| Octal | 45 | 156 | 11 | 102 | 0 | 134 | 71 | 147 | 125 | 27 |
| Binary | 100101 | 1101110 | 1001 | 1000010 | 0 | 1011100 | 111001 | 1100111 | 1010101 | 10111 |
Color Harmonies of #256E09
Complementary color
Monochromatic Colors of #256E09
Black with #256E09
Text Example
Text Example
White with #256E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E09; }
p { color: rgb(37,110,9); }
H1.HeaderClassName
{
color: #256E09;
}
.AnyTagClassName
{
color: #256E09;
}
</style>
background-color css
<style>
a { background-color: #256E09; }
a { background-color: rgb(37,110,9); }
div.DivClassName
{
background-color: #256E09;
}
.BgClassName
{
background-color: #256E09;
}
</style>
border-color css
<style>
span { border-color: #256E09; }
span { border-color: rgb(37,110,9); }
td.TdClassName
{
border-color: #256E09;
}
.TagClassName
{
border-color: #256E09;
}
</style>