Shades of Bilbao #256C01
Tints of Bilbao #256C01
RGB
CMYK
RGB Variations
Color information
#256C01 (or 0x256C01) is known color: Bilbao. HEX triplet: 25, 6C and 01. RGB value is (37,108,1). Sum of RGB (Red+Green+Blue) = 37+108+1=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 108 (42.58% from 255 or 73.97% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 108 - color contains mainly: green. Hex color #256C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C01 is #DA93FE. Grayscale: #4A4A4A. Windows color (decimal): -14324735 or 93221. OLE color: 93221.
HSL color Cylindrical-coordinate representation of color #256C01: hue angle of 99.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #256C01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.58 |
| HSL | 99.81º | 0.98% | 0.21% | - |
| HSV(B) | 99.81º | 0.99% | 0.42% | - |
| XYZ | 6.13 | 11.12 | 1.85 | - |
| YUV | 74.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 1 | 0.66 | 0 | 0.99 | 0.58 | 99.81 | 0.98 | 0.21 |
| Hex | 25 | 6C | 1 | 42 | 0 | 63 | 3A | 64 | 62 | 15 |
| Octal | 45 | 154 | 1 | 102 | 0 | 143 | 72 | 144 | 142 | 25 |
| Binary | 100101 | 1101100 | 1 | 1000010 | 0 | 1100011 | 111010 | 1100100 | 1100010 | 10101 |
Color Harmonies of #256C01
Complementary color
Monochromatic Colors of #256C01
Black with #256C01
Text Example
Text Example
White with #256C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C01; }
p { color: rgb(37,108,1); }
H1.HeaderClassName
{
color: #256C01;
}
.AnyTagClassName
{
color: #256C01;
}
</style>
background-color css
<style>
a { background-color: #256C01; }
a { background-color: rgb(37,108,1); }
div.DivClassName
{
background-color: #256C01;
}
.BgClassName
{
background-color: #256C01;
}
</style>
border-color css
<style>
span { border-color: #256C01; }
span { border-color: rgb(37,108,1); }
td.TdClassName
{
border-color: #256C01;
}
.TagClassName
{
border-color: #256C01;
}
</style>