Shades of Bilbao #378F08
Tints of Bilbao #378F08
RGB
CMYK
RGB Variations
Color information
#378F08 (or 0x378F08) is known color: Bilbao. HEX triplet: 37, 8F and 08. RGB value is (55,143,8). Sum of RGB (Red+Green+Blue) = 55+143+8=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #378F08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378F08 is #C870F7. Grayscale: #656565. Windows color (decimal): -13136120 or 560951. OLE color: 560951.
HSL color Cylindrical-coordinate representation of color #378F08: hue angle of 99.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #378F08 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 143 | 8 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.44 |
| HSL | 99.11º | 0.89% | 0.3% | - |
| HSV(B) | 99.11º | 0.94% | 0.56% | - |
| XYZ | 11.44 | 20.47 | 3.58 | - |
| YUV | 101.3 | 75.35 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 8 | 0.62 | 0 | 0.94 | 0.44 | 99.11 | 0.89 | 0.3 |
| Hex | 37 | 8F | 8 | 3E | 0 | 5E | 2C | 63 | 59 | 1E |
| Octal | 67 | 217 | 10 | 76 | 0 | 136 | 54 | 143 | 131 | 36 |
| Binary | 110111 | 10001111 | 1000 | 111110 | 0 | 1011110 | 101100 | 1100011 | 1011001 | 11110 |
Color Harmonies of #378F08
Complementary color
Monochromatic Colors of #378F08
Black with #378F08
Text Example
Text Example
White with #378F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F08; }
p { color: rgb(55,143,8); }
H1.HeaderClassName
{
color: #378F08;
}
.AnyTagClassName
{
color: #378F08;
}
</style>
background-color css
<style>
a { background-color: #378F08; }
a { background-color: rgb(55,143,8); }
div.DivClassName
{
background-color: #378F08;
}
.BgClassName
{
background-color: #378F08;
}
</style>
border-color css
<style>
span { border-color: #378F08; }
span { border-color: rgb(55,143,8); }
td.TdClassName
{
border-color: #378F08;
}
.TagClassName
{
border-color: #378F08;
}
</style>