Shades of Bilbao #378F05
Tints of Bilbao #378F05
RGB
CMYK
RGB Variations
Color information
#378F05 (or 0x378F05) is known color: Bilbao. HEX triplet: 37, 8F and 05. RGB value is (55,143,5). Sum of RGB (Red+Green+Blue) = 55+143+5=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #378F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378F05 is #C870FA. Grayscale: #656565. Windows color (decimal): -13136123 or 364343. OLE color: 364343.
HSL color Cylindrical-coordinate representation of color #378F05: hue angle of 98.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #378F05 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 143 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.44 |
| HSL | 98.26º | 0.93% | 0.29% | - |
| HSV(B) | 98.26º | 0.97% | 0.56% | - |
| XYZ | 11.43 | 20.47 | 3.49 | - |
| YUV | 100.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 5 | 0.62 | 0 | 0.97 | 0.44 | 98.26 | 0.93 | 0.29 |
| Hex | 37 | 8F | 5 | 3E | 0 | 61 | 2C | 62 | 5D | 1D |
| Octal | 67 | 217 | 5 | 76 | 0 | 141 | 54 | 142 | 135 | 35 |
| Binary | 110111 | 10001111 | 101 | 111110 | 0 | 1100001 | 101100 | 1100010 | 1011101 | 11101 |
Color Harmonies of #378F05
Complementary color
Monochromatic Colors of #378F05
Black with #378F05
Text Example
Text Example
White with #378F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F05; }
p { color: rgb(55,143,5); }
H1.HeaderClassName
{
color: #378F05;
}
.AnyTagClassName
{
color: #378F05;
}
</style>
background-color css
<style>
a { background-color: #378F05; }
a { background-color: rgb(55,143,5); }
div.DivClassName
{
background-color: #378F05;
}
.BgClassName
{
background-color: #378F05;
}
</style>
border-color css
<style>
span { border-color: #378F05; }
span { border-color: rgb(55,143,5); }
td.TdClassName
{
border-color: #378F05;
}
.TagClassName
{
border-color: #378F05;
}
</style>