Shades of Bilbao #378D06
Tints of Bilbao #378D06
RGB
CMYK
RGB Variations
Color information
#378D06 (or 0x378D06) is known color: Bilbao. HEX triplet: 37, 8D and 06. RGB value is (55,141,6). Sum of RGB (Red+Green+Blue) = 55+141+6=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #378D06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D06 is #C872F9. Grayscale: #646464. Windows color (decimal): -13136634 or 429367. OLE color: 429367.
HSL color Cylindrical-coordinate representation of color #378D06: hue angle of 98.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #378D06 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 6 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.45 |
| HSL | 98.22º | 0.92% | 0.29% | - |
| HSV(B) | 98.22º | 0.96% | 0.55% | - |
| XYZ | 11.13 | 19.88 | 3.42 | - |
| YUV | 99.9 | 75.01 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 6 | 0.61 | 0 | 0.96 | 0.45 | 98.22 | 0.92 | 0.29 |
| Hex | 37 | 8D | 6 | 3D | 0 | 60 | 2D | 62 | 5C | 1D |
| Octal | 67 | 215 | 6 | 75 | 0 | 140 | 55 | 142 | 134 | 35 |
| Binary | 110111 | 10001101 | 110 | 111101 | 0 | 1100000 | 101101 | 1100010 | 1011100 | 11101 |
Color Harmonies of #378D06
Complementary color
Monochromatic Colors of #378D06
Black with #378D06
Text Example
Text Example
White with #378D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D06; }
p { color: rgb(55,141,6); }
H1.HeaderClassName
{
color: #378D06;
}
.AnyTagClassName
{
color: #378D06;
}
</style>
background-color css
<style>
a { background-color: #378D06; }
a { background-color: rgb(55,141,6); }
div.DivClassName
{
background-color: #378D06;
}
.BgClassName
{
background-color: #378D06;
}
</style>
border-color css
<style>
span { border-color: #378D06; }
span { border-color: rgb(55,141,6); }
td.TdClassName
{
border-color: #378D06;
}
.TagClassName
{
border-color: #378D06;
}
</style>