Shades of Bilbao #378B10
Tints of Bilbao #378B10
RGB
CMYK
RGB Variations
Color information
#378B10 (or 0x378B10) is known color: Bilbao. HEX triplet: 37, 8B and 10. RGB value is (55,139,16). Sum of RGB (Red+Green+Blue) = 55+139+16=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #378B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378B10 is #C874EF. Grayscale: #646464. Windows color (decimal): -13137136 or 1084215. OLE color: 1084215.
HSL color Cylindrical-coordinate representation of color #378B10: hue angle of 100.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #378B10 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 16 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.45 |
| HSL | 100.98º | 0.79% | 0.3% | - |
| HSV(B) | 100.98º | 0.88% | 0.55% | - |
| XYZ | 10.9 | 19.31 | 3.64 | - |
| YUV | 99.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 16 | 0.60 | 0 | 0.88 | 0.45 | 100.98 | 0.79 | 0.3 |
| Hex | 37 | 8B | 10 | 3C | 0 | 58 | 2D | 65 | 4F | 1E |
| Octal | 67 | 213 | 20 | 74 | 0 | 130 | 55 | 145 | 117 | 36 |
| Binary | 110111 | 10001011 | 10000 | 111100 | 0 | 1011000 | 101101 | 1100101 | 1001111 | 11110 |
Color Harmonies of #378B10
Complementary color
Monochromatic Colors of #378B10
Black with #378B10
Text Example
Text Example
White with #378B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B10; }
p { color: rgb(55,139,16); }
H1.HeaderClassName
{
color: #378B10;
}
.AnyTagClassName
{
color: #378B10;
}
</style>
background-color css
<style>
a { background-color: #378B10; }
a { background-color: rgb(55,139,16); }
div.DivClassName
{
background-color: #378B10;
}
.BgClassName
{
background-color: #378B10;
}
</style>
border-color css
<style>
span { border-color: #378B10; }
span { border-color: rgb(55,139,16); }
td.TdClassName
{
border-color: #378B10;
}
.TagClassName
{
border-color: #378B10;
}
</style>