Shades of Bilbao #256E04
Tints of Bilbao #256E04
RGB
CMYK
RGB Variations
Color information
#256E04 (or 0x256E04) is known color: Bilbao. HEX triplet: 25, 6E and 04. RGB value is (37,110,4). Sum of RGB (Red+Green+Blue) = 37+110+4=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 110 (43.36% from 255 or 72.85% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 110 - color contains mainly: green. Hex color #256E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E04 is #DA91FB. Grayscale: #4C4C4C. Windows color (decimal): -14324220 or 290341. OLE color: 290341.
HSL color Cylindrical-coordinate representation of color #256E04: hue angle of 101.32º 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 #256E04 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 4 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.57 |
| HSL | 101.32º | 0.93% | 0.22% | - |
| HSV(B) | 101.32º | 0.96% | 0.43% | - |
| XYZ | 6.36 | 11.55 | 2.01 | - |
| YUV | 76.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 4 | 0.66 | 0 | 0.96 | 0.57 | 101.32 | 0.93 | 0.22 |
| Hex | 25 | 6E | 4 | 42 | 0 | 60 | 39 | 65 | 5D | 16 |
| Octal | 45 | 156 | 4 | 102 | 0 | 140 | 71 | 145 | 135 | 26 |
| Binary | 100101 | 1101110 | 100 | 1000010 | 0 | 1100000 | 111001 | 1100101 | 1011101 | 10110 |
Color Harmonies of #256E04
Complementary color
Monochromatic Colors of #256E04
Black with #256E04
Text Example
Text Example
White with #256E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E04; }
p { color: rgb(37,110,4); }
H1.HeaderClassName
{
color: #256E04;
}
.AnyTagClassName
{
color: #256E04;
}
</style>
background-color css
<style>
a { background-color: #256E04; }
a { background-color: rgb(37,110,4); }
div.DivClassName
{
background-color: #256E04;
}
.BgClassName
{
background-color: #256E04;
}
</style>
border-color css
<style>
span { border-color: #256E04; }
span { border-color: rgb(37,110,4); }
td.TdClassName
{
border-color: #256E04;
}
.TagClassName
{
border-color: #256E04;
}
</style>