Shades of Bilbao #378D00
Tints of Bilbao #378D00
RGB
CMYK
RGB Variations
Color information
#378D00 (or 0x378D00) is known color: Bilbao. HEX triplet: 37, 8D and 00. RGB value is (55,141,0). Sum of RGB (Red+Green+Blue) = 55+141+0=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #378D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D00 is #C872FF. Grayscale: #636363. Windows color (decimal): -13136640 or 36151. OLE color: 36151.
HSL color Cylindrical-coordinate representation of color #378D00: hue angle of 96.6º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378D00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.45 |
| HSL | 96.6º | 1% | 0.28% | - |
| HSV(B) | 96.6º | 1% | 0.55% | - |
| XYZ | 11.1 | 19.86 | 3.25 | - |
| YUV | 99.21 | 72.01 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 0 | 0.61 | 0 | 1 | 0.45 | 96.6 | 1 | 0.28 |
| Hex | 37 | 8D | 0 | 3D | 0 | 64 | 2D | 61 | 64 | 1C |
| Octal | 67 | 215 | 0 | 75 | 0 | 144 | 55 | 141 | 144 | 34 |
| Binary | 110111 | 10001101 | 0 | 111101 | 0 | 1100100 | 101101 | 1100001 | 1100100 | 11100 |
Color Harmonies of #378D00
Complementary color
Monochromatic Colors of #378D00
Black with #378D00
Text Example
Text Example
White with #378D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D00; }
p { color: rgb(55,141,0); }
H1.HeaderClassName
{
color: #378D00;
}
.AnyTagClassName
{
color: #378D00;
}
</style>
background-color css
<style>
a { background-color: #378D00; }
a { background-color: rgb(55,141,0); }
div.DivClassName
{
background-color: #378D00;
}
.BgClassName
{
background-color: #378D00;
}
</style>
border-color css
<style>
span { border-color: #378D00; }
span { border-color: rgb(55,141,0); }
td.TdClassName
{
border-color: #378D00;
}
.TagClassName
{
border-color: #378D00;
}
</style>