Shades of Bilbao #378F00
Tints of Bilbao #378F00
RGB
CMYK
RGB Variations
Color information
#378F00 (or 0x378F00) is known color: Bilbao. HEX triplet: 37, 8F and 00. RGB value is (55,143,0). Sum of RGB (Red+Green+Blue) = 55+143+0=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 143 (56.25% from 255 or 72.22% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 143 - color contains mainly: green. Hex color #378F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378F00 is #C870FF. Grayscale: #646464. Windows color (decimal): -13136128 or 36663. OLE color: 36663.
HSL color Cylindrical-coordinate representation of color #378F00: hue angle of 96.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378F00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 143 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.44 |
| HSL | 96.92º | 1% | 0.28% | - |
| HSV(B) | 96.92º | 1% | 0.56% | - |
| XYZ | 11.4 | 20.46 | 3.35 | - |
| YUV | 100.39 | 71.35 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 0 | 0.62 | 0 | 1 | 0.44 | 96.92 | 1 | 0.28 |
| Hex | 37 | 8F | 0 | 3E | 0 | 64 | 2C | 61 | 64 | 1C |
| Octal | 67 | 217 | 0 | 76 | 0 | 144 | 54 | 141 | 144 | 34 |
| Binary | 110111 | 10001111 | 0 | 111110 | 0 | 1100100 | 101100 | 1100001 | 1100100 | 11100 |
Color Harmonies of #378F00
Complementary color
Monochromatic Colors of #378F00
Black with #378F00
Text Example
Text Example
White with #378F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F00; }
p { color: rgb(55,143,0); }
H1.HeaderClassName
{
color: #378F00;
}
.AnyTagClassName
{
color: #378F00;
}
</style>
background-color css
<style>
a { background-color: #378F00; }
a { background-color: rgb(55,143,0); }
div.DivClassName
{
background-color: #378F00;
}
.BgClassName
{
background-color: #378F00;
}
</style>
border-color css
<style>
span { border-color: #378F00; }
span { border-color: rgb(55,143,0); }
td.TdClassName
{
border-color: #378F00;
}
.TagClassName
{
border-color: #378F00;
}
</style>