Shades of Bilbao #25700C
Tints of Bilbao #25700C
RGB
CMYK
RGB Variations
Color information
#25700C (or 0x25700C) is known color: Bilbao. HEX triplet: 25, 70 and 0C. RGB value is (37,112,12). Sum of RGB (Red+Green+Blue) = 37+112+12=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #25700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25700C is #DA8FF3. Grayscale: #4E4E4E. Windows color (decimal): -14323700 or 815141. OLE color: 815141.
HSL color Cylindrical-coordinate representation of color #25700C: hue angle of 105º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25700C is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 12 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.56 |
| HSL | 105º | 0.81% | 0.24% | - |
| HSV(B) | 105º | 0.89% | 0.44% | - |
| XYZ | 6.62 | 12.01 | 2.32 | - |
| YUV | 78.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 12 | 0.67 | 0 | 0.89 | 0.56 | 105 | 0.81 | 0.24 |
| Hex | 25 | 70 | C | 43 | 0 | 59 | 38 | 69 | 51 | 18 |
| Octal | 45 | 160 | 14 | 103 | 0 | 131 | 70 | 151 | 121 | 30 |
| Binary | 100101 | 1110000 | 1100 | 1000011 | 0 | 1011001 | 111000 | 1101001 | 1010001 | 11000 |
Color Harmonies of #25700C
Complementary color
Monochromatic Colors of #25700C
Black with #25700C
Text Example
Text Example
White with #25700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25700C; }
p { color: rgb(37,112,12); }
H1.HeaderClassName
{
color: #25700C;
}
.AnyTagClassName
{
color: #25700C;
}
</style>
background-color css
<style>
a { background-color: #25700C; }
a { background-color: rgb(37,112,12); }
div.DivClassName
{
background-color: #25700C;
}
.BgClassName
{
background-color: #25700C;
}
</style>
border-color css
<style>
span { border-color: #25700C; }
span { border-color: rgb(37,112,12); }
td.TdClassName
{
border-color: #25700C;
}
.TagClassName
{
border-color: #25700C;
}
</style>