Shades of Bilbao #256F03
Tints of Bilbao #256F03
RGB
CMYK
RGB Variations
Color information
#256F03 (or 0x256F03) is known color: Bilbao. HEX triplet: 25, 6F and 03. RGB value is (37,111,3). Sum of RGB (Red+Green+Blue) = 37+111+3=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #256F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F03 is #DA90FC. Grayscale: #4C4C4C. Windows color (decimal): -14323965 or 225061. OLE color: 225061.
HSL color Cylindrical-coordinate representation of color #256F03: hue angle of 101.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #256F03 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 3 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.56 |
| HSL | 101.11º | 0.95% | 0.22% | - |
| HSV(B) | 101.11º | 0.97% | 0.44% | - |
| XYZ | 6.46 | 11.77 | 2.02 | - |
| YUV | 76.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 3 | 0.67 | 0 | 0.97 | 0.56 | 101.11 | 0.95 | 0.22 |
| Hex | 25 | 6F | 3 | 43 | 0 | 61 | 38 | 65 | 5F | 16 |
| Octal | 45 | 157 | 3 | 103 | 0 | 141 | 70 | 145 | 137 | 26 |
| Binary | 100101 | 1101111 | 11 | 1000011 | 0 | 1100001 | 111000 | 1100101 | 1011111 | 10110 |
Color Harmonies of #256F03
Complementary color
Monochromatic Colors of #256F03
Black with #256F03
Text Example
Text Example
White with #256F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F03; }
p { color: rgb(37,111,3); }
H1.HeaderClassName
{
color: #256F03;
}
.AnyTagClassName
{
color: #256F03;
}
</style>
background-color css
<style>
a { background-color: #256F03; }
a { background-color: rgb(37,111,3); }
div.DivClassName
{
background-color: #256F03;
}
.BgClassName
{
background-color: #256F03;
}
</style>
border-color css
<style>
span { border-color: #256F03; }
span { border-color: rgb(37,111,3); }
td.TdClassName
{
border-color: #256F03;
}
.TagClassName
{
border-color: #256F03;
}
</style>