Shades of Bilbao #256F04
Tints of Bilbao #256F04
RGB
CMYK
RGB Variations
Color information
#256F04 (or 0x256F04) is known color: Bilbao. HEX triplet: 25, 6F and 04. RGB value is (37,111,4). Sum of RGB (Red+Green+Blue) = 37+111+4=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #256F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F04 is #DA90FB. Grayscale: #4D4D4D. Windows color (decimal): -14323964 or 290597. OLE color: 290597.
HSL color Cylindrical-coordinate representation of color #256F04: hue angle of 101.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #256F04 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 4 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.56 |
| HSL | 101.5º | 0.93% | 0.23% | - |
| HSV(B) | 101.5º | 0.96% | 0.44% | - |
| XYZ | 6.47 | 11.77 | 2.05 | - |
| YUV | 76.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 4 | 0.67 | 0 | 0.96 | 0.56 | 101.5 | 0.93 | 0.23 |
| Hex | 25 | 6F | 4 | 43 | 0 | 60 | 38 | 65 | 5D | 17 |
| Octal | 45 | 157 | 4 | 103 | 0 | 140 | 70 | 145 | 135 | 27 |
| Binary | 100101 | 1101111 | 100 | 1000011 | 0 | 1100000 | 111000 | 1100101 | 1011101 | 10111 |
Color Harmonies of #256F04
Complementary color
Monochromatic Colors of #256F04
Black with #256F04
Text Example
Text Example
White with #256F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F04; }
p { color: rgb(37,111,4); }
H1.HeaderClassName
{
color: #256F04;
}
.AnyTagClassName
{
color: #256F04;
}
</style>
background-color css
<style>
a { background-color: #256F04; }
a { background-color: rgb(37,111,4); }
div.DivClassName
{
background-color: #256F04;
}
.BgClassName
{
background-color: #256F04;
}
</style>
border-color css
<style>
span { border-color: #256F04; }
span { border-color: rgb(37,111,4); }
td.TdClassName
{
border-color: #256F04;
}
.TagClassName
{
border-color: #256F04;
}
</style>