Shades of Bilbao #25710D
Tints of Bilbao #25710D
RGB
CMYK
RGB Variations
Color information
#25710D (or 0x25710D) is known color: Bilbao. HEX triplet: 25, 71 and 0D. RGB value is (37,113,13). Sum of RGB (Red+Green+Blue) = 37+113+13=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #25710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25710D is #DA8EF2. Grayscale: #4F4F4F. Windows color (decimal): -14323443 or 880933. OLE color: 880933.
HSL color Cylindrical-coordinate representation of color #25710D: hue angle of 105.6º degrees, saturation: 0.79, 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 #25710D is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 13 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.56 |
| HSL | 105.6º | 0.79% | 0.25% | - |
| HSV(B) | 105.6º | 0.88% | 0.44% | - |
| XYZ | 6.74 | 12.23 | 2.39 | - |
| YUV | 78.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 13 | 0.67 | 0 | 0.88 | 0.56 | 105.6 | 0.79 | 0.25 |
| Hex | 25 | 71 | D | 43 | 0 | 58 | 38 | 6A | 4F | 19 |
| Octal | 45 | 161 | 15 | 103 | 0 | 130 | 70 | 152 | 117 | 31 |
| Binary | 100101 | 1110001 | 1101 | 1000011 | 0 | 1011000 | 111000 | 1101010 | 1001111 | 11001 |
Color Harmonies of #25710D
Complementary color
Monochromatic Colors of #25710D
Black with #25710D
Text Example
Text Example
White with #25710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25710D; }
p { color: rgb(37,113,13); }
H1.HeaderClassName
{
color: #25710D;
}
.AnyTagClassName
{
color: #25710D;
}
</style>
background-color css
<style>
a { background-color: #25710D; }
a { background-color: rgb(37,113,13); }
div.DivClassName
{
background-color: #25710D;
}
.BgClassName
{
background-color: #25710D;
}
</style>
border-color css
<style>
span { border-color: #25710D; }
span { border-color: rgb(37,113,13); }
td.TdClassName
{
border-color: #25710D;
}
.TagClassName
{
border-color: #25710D;
}
</style>