Shades of Bilbao #25680B
Tints of Bilbao #25680B
RGB
CMYK
RGB Variations
Color information
#25680B (or 0x25680B) is known color: Bilbao. HEX triplet: 25, 68 and 0B. RGB value is (37,104,11). Sum of RGB (Red+Green+Blue) = 37+104+11=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #25680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25680B is #DA97F4. Grayscale: #494949. Windows color (decimal): -14325749 or 747557. OLE color: 747557.
HSL color Cylindrical-coordinate representation of color #25680B: hue angle of 103.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25680B is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 11 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.59 |
| HSL | 103.23º | 0.81% | 0.23% | - |
| HSV(B) | 103.23º | 0.89% | 0.41% | - |
| XYZ | 5.77 | 10.32 | 2 | - |
| YUV | 73.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 11 | 0.64 | 0 | 0.89 | 0.59 | 103.23 | 0.81 | 0.23 |
| Hex | 25 | 68 | B | 40 | 0 | 59 | 3B | 67 | 51 | 17 |
| Octal | 45 | 150 | 13 | 100 | 0 | 131 | 73 | 147 | 121 | 27 |
| Binary | 100101 | 1101000 | 1011 | 1000000 | 0 | 1011001 | 111011 | 1100111 | 1010001 | 10111 |
Color Harmonies of #25680B
Complementary color
Monochromatic Colors of #25680B
Black with #25680B
Text Example
Text Example
White with #25680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25680B; }
p { color: rgb(37,104,11); }
H1.HeaderClassName
{
color: #25680B;
}
.AnyTagClassName
{
color: #25680B;
}
</style>
background-color css
<style>
a { background-color: #25680B; }
a { background-color: rgb(37,104,11); }
div.DivClassName
{
background-color: #25680B;
}
.BgClassName
{
background-color: #25680B;
}
</style>
border-color css
<style>
span { border-color: #25680B; }
span { border-color: rgb(37,104,11); }
td.TdClassName
{
border-color: #25680B;
}
.TagClassName
{
border-color: #25680B;
}
</style>