Shades of Bilbao #256C13
Tints of Bilbao #256C13
RGB
CMYK
RGB Variations
Color information
#256C13 (or 0x256C13) is known color: Bilbao. HEX triplet: 25, 6C and 13. RGB value is (37,108,19). Sum of RGB (Red+Green+Blue) = 37+108+19=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 108 (42.58% from 255 or 65.85% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 108 - color contains mainly: green. Hex color #256C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C13 is #DA93EC. Grayscale: #4C4C4C. Windows color (decimal): -14324717 or 1272869. OLE color: 1272869.
HSL color Cylindrical-coordinate representation of color #256C13: hue angle of 107.87º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256C13 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 19 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.58 |
| HSL | 107.87º | 0.7% | 0.25% | - |
| HSV(B) | 107.87º | 0.82% | 0.42% | - |
| XYZ | 6.24 | 11.17 | 2.44 | - |
| YUV | 76.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 19 | 0.66 | 0 | 0.82 | 0.58 | 107.87 | 0.7 | 0.25 |
| Hex | 25 | 6C | 13 | 42 | 0 | 52 | 3A | 6C | 46 | 19 |
| Octal | 45 | 154 | 23 | 102 | 0 | 122 | 72 | 154 | 106 | 31 |
| Binary | 100101 | 1101100 | 10011 | 1000010 | 0 | 1010010 | 111010 | 1101100 | 1000110 | 11001 |
Color Harmonies of #256C13
Complementary color
Monochromatic Colors of #256C13
Black with #256C13
Text Example
Text Example
White with #256C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C13; }
p { color: rgb(37,108,19); }
H1.HeaderClassName
{
color: #256C13;
}
.AnyTagClassName
{
color: #256C13;
}
</style>
background-color css
<style>
a { background-color: #256C13; }
a { background-color: rgb(37,108,19); }
div.DivClassName
{
background-color: #256C13;
}
.BgClassName
{
background-color: #256C13;
}
</style>
border-color css
<style>
span { border-color: #256C13; }
span { border-color: rgb(37,108,19); }
td.TdClassName
{
border-color: #256C13;
}
.TagClassName
{
border-color: #256C13;
}
</style>