Shades of Bilbao #256800
Tints of Bilbao #256800
RGB
CMYK
RGB Variations
Color information
#256800 (or 0x256800) is known color: Bilbao. HEX triplet: 25, 68 and 00. RGB value is (37,104,0). Sum of RGB (Red+Green+Blue) = 37+104+0=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #256800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256800 is #DA97FF. Grayscale: #484848. Windows color (decimal): -14325760 or 26661. OLE color: 26661.
HSL color Cylindrical-coordinate representation of color #256800: hue angle of 98.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #256800 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.59 |
| HSL | 98.65º | 1% | 0.2% | - |
| HSV(B) | 98.65º | 1% | 0.41% | - |
| XYZ | 5.71 | 10.29 | 1.69 | - |
| YUV | 72.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 0 | 0.64 | 0 | 1 | 0.59 | 98.65 | 1 | 0.2 |
| Hex | 25 | 68 | 0 | 40 | 0 | 64 | 3B | 63 | 64 | 14 |
| Octal | 45 | 150 | 0 | 100 | 0 | 144 | 73 | 143 | 144 | 24 |
| Binary | 100101 | 1101000 | 0 | 1000000 | 0 | 1100100 | 111011 | 1100011 | 1100100 | 10100 |
Color Harmonies of #256800
Complementary color
Monochromatic Colors of #256800
Black with #256800
Text Example
Text Example
White with #256800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256800; }
p { color: rgb(37,104,0); }
H1.HeaderClassName
{
color: #256800;
}
.AnyTagClassName
{
color: #256800;
}
</style>
background-color css
<style>
a { background-color: #256800; }
a { background-color: rgb(37,104,0); }
div.DivClassName
{
background-color: #256800;
}
.BgClassName
{
background-color: #256800;
}
</style>
border-color css
<style>
span { border-color: #256800; }
span { border-color: rgb(37,104,0); }
td.TdClassName
{
border-color: #256800;
}
.TagClassName
{
border-color: #256800;
}
</style>