Shades of Bilbao #378E09
Tints of Bilbao #378E09
RGB
CMYK
RGB Variations
Color information
#378E09 (or 0x378E09) is known color: Bilbao. HEX triplet: 37, 8E and 09. RGB value is (55,142,9). Sum of RGB (Red+Green+Blue) = 55+142+9=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #378E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E09 is #C871F6. Grayscale: #656565. Windows color (decimal): -13136375 or 626231. OLE color: 626231.
HSL color Cylindrical-coordinate representation of color #378E09: hue angle of 99.25º degrees, saturation: 0.88, 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 #378E09 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 142 | 9 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.44 |
| HSL | 99.25º | 0.88% | 0.3% | - |
| HSV(B) | 99.25º | 0.94% | 0.56% | - |
| XYZ | 11.3 | 20.18 | 3.56 | - |
| YUV | 100.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 9 | 0.61 | 0 | 0.94 | 0.44 | 99.25 | 0.88 | 0.3 |
| Hex | 37 | 8E | 9 | 3D | 0 | 5E | 2C | 63 | 58 | 1E |
| Octal | 67 | 216 | 11 | 75 | 0 | 136 | 54 | 143 | 130 | 36 |
| Binary | 110111 | 10001110 | 1001 | 111101 | 0 | 1011110 | 101100 | 1100011 | 1011000 | 11110 |
Color Harmonies of #378E09
Complementary color
Monochromatic Colors of #378E09
Black with #378E09
Text Example
Text Example
White with #378E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378E09; }
p { color: rgb(55,142,9); }
H1.HeaderClassName
{
color: #378E09;
}
.AnyTagClassName
{
color: #378E09;
}
</style>
background-color css
<style>
a { background-color: #378E09; }
a { background-color: rgb(55,142,9); }
div.DivClassName
{
background-color: #378E09;
}
.BgClassName
{
background-color: #378E09;
}
</style>
border-color css
<style>
span { border-color: #378E09; }
span { border-color: rgb(55,142,9); }
td.TdClassName
{
border-color: #378E09;
}
.TagClassName
{
border-color: #378E09;
}
</style>