Shades of Bilbao #256B04
Tints of Bilbao #256B04
RGB
CMYK
RGB Variations
Color information
#256B04 (or 0x256B04) is known color: Bilbao. HEX triplet: 25, 6B and 04. RGB value is (37,107,4). Sum of RGB (Red+Green+Blue) = 37+107+4=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 107 (42.19% from 255 or 72.30% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 107 - color contains mainly: green. Hex color #256B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B04 is #DA94FB. Grayscale: #4A4A4A. Windows color (decimal): -14324988 or 289573. OLE color: 289573.
HSL color Cylindrical-coordinate representation of color #256B04: hue angle of 100.78º 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 #256B04 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 4 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.58 |
| HSL | 100.78º | 0.93% | 0.22% | - |
| HSV(B) | 100.78º | 0.96% | 0.42% | - |
| XYZ | 6.04 | 10.92 | 1.9 | - |
| YUV | 74.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 4 | 0.65 | 0 | 0.96 | 0.58 | 100.78 | 0.93 | 0.22 |
| Hex | 25 | 6B | 4 | 41 | 0 | 60 | 3A | 65 | 5D | 16 |
| Octal | 45 | 153 | 4 | 101 | 0 | 140 | 72 | 145 | 135 | 26 |
| Binary | 100101 | 1101011 | 100 | 1000001 | 0 | 1100000 | 111010 | 1100101 | 1011101 | 10110 |
Color Harmonies of #256B04
Complementary color
Monochromatic Colors of #256B04
Black with #256B04
Text Example
Text Example
White with #256B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B04; }
p { color: rgb(37,107,4); }
H1.HeaderClassName
{
color: #256B04;
}
.AnyTagClassName
{
color: #256B04;
}
</style>
background-color css
<style>
a { background-color: #256B04; }
a { background-color: rgb(37,107,4); }
div.DivClassName
{
background-color: #256B04;
}
.BgClassName
{
background-color: #256B04;
}
</style>
border-color css
<style>
span { border-color: #256B04; }
span { border-color: rgb(37,107,4); }
td.TdClassName
{
border-color: #256B04;
}
.TagClassName
{
border-color: #256B04;
}
</style>