Shades of Bilbao #256812
Tints of Bilbao #256812
RGB
CMYK
RGB Variations
Color information
#256812 (or 0x256812) is known color: Bilbao. HEX triplet: 25, 68 and 12. RGB value is (37,104,18). Sum of RGB (Red+Green+Blue) = 37+104+18=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #256812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256812 is #DA97ED. Grayscale: #4A4A4A. Windows color (decimal): -14325742 or 1206309. OLE color: 1206309.
HSL color Cylindrical-coordinate representation of color #256812: hue angle of 106.74º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256812 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 18 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.59 |
| HSL | 106.74º | 0.7% | 0.24% | - |
| HSV(B) | 106.74º | 0.83% | 0.41% | - |
| XYZ | 5.82 | 10.34 | 2.26 | - |
| YUV | 74.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 18 | 0.64 | 0 | 0.83 | 0.59 | 106.74 | 0.7 | 0.24 |
| Hex | 25 | 68 | 12 | 40 | 0 | 53 | 3B | 6B | 46 | 18 |
| Octal | 45 | 150 | 22 | 100 | 0 | 123 | 73 | 153 | 106 | 30 |
| Binary | 100101 | 1101000 | 10010 | 1000000 | 0 | 1010011 | 111011 | 1101011 | 1000110 | 11000 |
Color Harmonies of #256812
Complementary color
Monochromatic Colors of #256812
Black with #256812
Text Example
Text Example
White with #256812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256812; }
p { color: rgb(37,104,18); }
H1.HeaderClassName
{
color: #256812;
}
.AnyTagClassName
{
color: #256812;
}
</style>
background-color css
<style>
a { background-color: #256812; }
a { background-color: rgb(37,104,18); }
div.DivClassName
{
background-color: #256812;
}
.BgClassName
{
background-color: #256812;
}
</style>
border-color css
<style>
span { border-color: #256812; }
span { border-color: rgb(37,104,18); }
td.TdClassName
{
border-color: #256812;
}
.TagClassName
{
border-color: #256812;
}
</style>