Shades of Bilbao #378D02
Tints of Bilbao #378D02
RGB
CMYK
RGB Variations
Color information
#378D02 (or 0x378D02) is known color: Bilbao. HEX triplet: 37, 8D and 02. RGB value is (55,141,2). Sum of RGB (Red+Green+Blue) = 55+141+2=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #378D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D02 is #C872FD. Grayscale: #636363. Windows color (decimal): -13136638 or 167223. OLE color: 167223.
HSL color Cylindrical-coordinate representation of color #378D02: hue angle of 97.12º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #378D02 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.45 |
| HSL | 97.12º | 0.97% | 0.28% | - |
| HSV(B) | 97.12º | 0.99% | 0.55% | - |
| XYZ | 11.11 | 19.87 | 3.31 | - |
| YUV | 99.44 | 73.01 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 2 | 0.61 | 0 | 0.99 | 0.45 | 97.12 | 0.97 | 0.28 |
| Hex | 37 | 8D | 2 | 3D | 0 | 63 | 2D | 61 | 61 | 1C |
| Octal | 67 | 215 | 2 | 75 | 0 | 143 | 55 | 141 | 141 | 34 |
| Binary | 110111 | 10001101 | 10 | 111101 | 0 | 1100011 | 101101 | 1100001 | 1100001 | 11100 |
Color Harmonies of #378D02
Complementary color
Monochromatic Colors of #378D02
Black with #378D02
Text Example
Text Example
White with #378D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D02; }
p { color: rgb(55,141,2); }
H1.HeaderClassName
{
color: #378D02;
}
.AnyTagClassName
{
color: #378D02;
}
</style>
background-color css
<style>
a { background-color: #378D02; }
a { background-color: rgb(55,141,2); }
div.DivClassName
{
background-color: #378D02;
}
.BgClassName
{
background-color: #378D02;
}
</style>
border-color css
<style>
span { border-color: #378D02; }
span { border-color: rgb(55,141,2); }
td.TdClassName
{
border-color: #378D02;
}
.TagClassName
{
border-color: #378D02;
}
</style>