Shades of Bilbao #256A04
Tints of Bilbao #256A04
RGB
CMYK
RGB Variations
Color information
#256A04 (or 0x256A04) is known color: Bilbao. HEX triplet: 25, 6A and 04. RGB value is (37,106,4). Sum of RGB (Red+Green+Blue) = 37+106+4=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #256A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256A04 is #DA95FB. Grayscale: #4A4A4A. Windows color (decimal): -14325244 or 289317. OLE color: 289317.
HSL color Cylindrical-coordinate representation of color #256A04: hue angle of 100.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #256A04 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 4 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.58 |
| HSL | 100.59º | 0.93% | 0.22% | - |
| HSV(B) | 100.59º | 0.96% | 0.42% | - |
| XYZ | 5.94 | 10.71 | 1.87 | - |
| YUV | 73.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 4 | 0.65 | 0 | 0.96 | 0.58 | 100.59 | 0.93 | 0.22 |
| Hex | 25 | 6A | 4 | 41 | 0 | 60 | 3A | 65 | 5D | 16 |
| Octal | 45 | 152 | 4 | 101 | 0 | 140 | 72 | 145 | 135 | 26 |
| Binary | 100101 | 1101010 | 100 | 1000001 | 0 | 1100000 | 111010 | 1100101 | 1011101 | 10110 |
Color Harmonies of #256A04
Complementary color
Monochromatic Colors of #256A04
Black with #256A04
Text Example
Text Example
White with #256A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A04; }
p { color: rgb(37,106,4); }
H1.HeaderClassName
{
color: #256A04;
}
.AnyTagClassName
{
color: #256A04;
}
</style>
background-color css
<style>
a { background-color: #256A04; }
a { background-color: rgb(37,106,4); }
div.DivClassName
{
background-color: #256A04;
}
.BgClassName
{
background-color: #256A04;
}
</style>
border-color css
<style>
span { border-color: #256A04; }
span { border-color: rgb(37,106,4); }
td.TdClassName
{
border-color: #256A04;
}
.TagClassName
{
border-color: #256A04;
}
</style>