Shades of Bilbao #25700E
Tints of Bilbao #25700E
RGB
CMYK
RGB Variations
Color information
#25700E (or 0x25700E) is known color: Bilbao. HEX triplet: 25, 70 and 0E. RGB value is (37,112,14). Sum of RGB (Red+Green+Blue) = 37+112+14=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #25700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25700E is #DA8FF1. Grayscale: #4E4E4E. Windows color (decimal): -14323698 or 946213. OLE color: 946213.
HSL color Cylindrical-coordinate representation of color #25700E: hue angle of 105.92º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25700E is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 14 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.56 |
| HSL | 105.92º | 0.78% | 0.25% | - |
| HSV(B) | 105.92º | 0.88% | 0.44% | - |
| XYZ | 6.64 | 12.01 | 2.38 | - |
| YUV | 78.4 | 91.65 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 14 | 0.67 | 0 | 0.88 | 0.56 | 105.92 | 0.78 | 0.25 |
| Hex | 25 | 70 | E | 43 | 0 | 58 | 38 | 6A | 4E | 19 |
| Octal | 45 | 160 | 16 | 103 | 0 | 130 | 70 | 152 | 116 | 31 |
| Binary | 100101 | 1110000 | 1110 | 1000011 | 0 | 1011000 | 111000 | 1101010 | 1001110 | 11001 |
Color Harmonies of #25700E
Complementary color
Monochromatic Colors of #25700E
Black with #25700E
Text Example
Text Example
White with #25700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25700E; }
p { color: rgb(37,112,14); }
H1.HeaderClassName
{
color: #25700E;
}
.AnyTagClassName
{
color: #25700E;
}
</style>
background-color css
<style>
a { background-color: #25700E; }
a { background-color: rgb(37,112,14); }
div.DivClassName
{
background-color: #25700E;
}
.BgClassName
{
background-color: #25700E;
}
</style>
border-color css
<style>
span { border-color: #25700E; }
span { border-color: rgb(37,112,14); }
td.TdClassName
{
border-color: #25700E;
}
.TagClassName
{
border-color: #25700E;
}
</style>