Shades of Bilbao #256D04
Tints of Bilbao #256D04
RGB
CMYK
RGB Variations
Color information
#256D04 (or 0x256D04) is known color: Bilbao. HEX triplet: 25, 6D and 04. RGB value is (37,109,4). Sum of RGB (Red+Green+Blue) = 37+109+4=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #256D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256D04 is #DA92FB. Grayscale: #4B4B4B. Windows color (decimal): -14324476 or 290085. OLE color: 290085.
HSL color Cylindrical-coordinate representation of color #256D04: hue angle of 101.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #256D04 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 4 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.57 |
| HSL | 101.14º | 0.93% | 0.22% | - |
| HSV(B) | 101.14º | 0.96% | 0.43% | - |
| XYZ | 6.25 | 11.34 | 1.97 | - |
| YUV | 75.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 4 | 0.66 | 0 | 0.96 | 0.57 | 101.14 | 0.93 | 0.22 |
| Hex | 25 | 6D | 4 | 42 | 0 | 60 | 39 | 65 | 5D | 16 |
| Octal | 45 | 155 | 4 | 102 | 0 | 140 | 71 | 145 | 135 | 26 |
| Binary | 100101 | 1101101 | 100 | 1000010 | 0 | 1100000 | 111001 | 1100101 | 1011101 | 10110 |
Color Harmonies of #256D04
Complementary color
Monochromatic Colors of #256D04
Black with #256D04
Text Example
Text Example
White with #256D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D04; }
p { color: rgb(37,109,4); }
H1.HeaderClassName
{
color: #256D04;
}
.AnyTagClassName
{
color: #256D04;
}
</style>
background-color css
<style>
a { background-color: #256D04; }
a { background-color: rgb(37,109,4); }
div.DivClassName
{
background-color: #256D04;
}
.BgClassName
{
background-color: #256D04;
}
</style>
border-color css
<style>
span { border-color: #256D04; }
span { border-color: rgb(37,109,4); }
td.TdClassName
{
border-color: #256D04;
}
.TagClassName
{
border-color: #256D04;
}
</style>