Shades of Bilbao #25700A
Tints of Bilbao #25700A
RGB
CMYK
RGB Variations
Color information
#25700A (or 0x25700A) is known color: Bilbao. HEX triplet: 25, 70 and 0A. RGB value is (37,112,10). Sum of RGB (Red+Green+Blue) = 37+112+10=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #25700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25700A is #DA8FF5. Grayscale: #4E4E4E. Windows color (decimal): -14323702 or 684069. OLE color: 684069.
HSL color Cylindrical-coordinate representation of color #25700A: hue angle of 104.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25700A is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 10 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.56 |
| HSL | 104.12º | 0.84% | 0.24% | - |
| HSV(B) | 104.12º | 0.91% | 0.44% | - |
| XYZ | 6.61 | 12 | 2.26 | - |
| YUV | 77.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 10 | 0.67 | 0 | 0.91 | 0.56 | 104.12 | 0.84 | 0.24 |
| Hex | 25 | 70 | A | 43 | 0 | 5B | 38 | 68 | 54 | 18 |
| Octal | 45 | 160 | 12 | 103 | 0 | 133 | 70 | 150 | 124 | 30 |
| Binary | 100101 | 1110000 | 1010 | 1000011 | 0 | 1011011 | 111000 | 1101000 | 1010100 | 11000 |
Color Harmonies of #25700A
Complementary color
Monochromatic Colors of #25700A
Black with #25700A
Text Example
Text Example
White with #25700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25700A; }
p { color: rgb(37,112,10); }
H1.HeaderClassName
{
color: #25700A;
}
.AnyTagClassName
{
color: #25700A;
}
</style>
background-color css
<style>
a { background-color: #25700A; }
a { background-color: rgb(37,112,10); }
div.DivClassName
{
background-color: #25700A;
}
.BgClassName
{
background-color: #25700A;
}
</style>
border-color css
<style>
span { border-color: #25700A; }
span { border-color: rgb(37,112,10); }
td.TdClassName
{
border-color: #25700A;
}
.TagClassName
{
border-color: #25700A;
}
</style>