Shades of Bilbao #378B02
Tints of Bilbao #378B02
RGB
CMYK
RGB Variations
Color information
#378B02 (or 0x378B02) is known color: Bilbao. HEX triplet: 37, 8B and 02. RGB value is (55,139,2). Sum of RGB (Red+Green+Blue) = 55+139+2=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #378B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378B02 is #C874FD. Grayscale: #626262. Windows color (decimal): -13137150 or 166711. OLE color: 166711.
HSL color Cylindrical-coordinate representation of color #378B02: hue angle of 96.79º 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 #378B02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.45 |
| HSL | 96.79º | 0.97% | 0.28% | - |
| HSV(B) | 96.79º | 0.99% | 0.55% | - |
| XYZ | 10.82 | 19.28 | 3.21 | - |
| YUV | 98.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 2 | 0.60 | 0 | 0.99 | 0.45 | 96.79 | 0.97 | 0.28 |
| Hex | 37 | 8B | 2 | 3C | 0 | 63 | 2D | 61 | 61 | 1C |
| Octal | 67 | 213 | 2 | 74 | 0 | 143 | 55 | 141 | 141 | 34 |
| Binary | 110111 | 10001011 | 10 | 111100 | 0 | 1100011 | 101101 | 1100001 | 1100001 | 11100 |
Color Harmonies of #378B02
Complementary color
Monochromatic Colors of #378B02
Black with #378B02
Text Example
Text Example
White with #378B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B02; }
p { color: rgb(55,139,2); }
H1.HeaderClassName
{
color: #378B02;
}
.AnyTagClassName
{
color: #378B02;
}
</style>
background-color css
<style>
a { background-color: #378B02; }
a { background-color: rgb(55,139,2); }
div.DivClassName
{
background-color: #378B02;
}
.BgClassName
{
background-color: #378B02;
}
</style>
border-color css
<style>
span { border-color: #378B02; }
span { border-color: rgb(55,139,2); }
td.TdClassName
{
border-color: #378B02;
}
.TagClassName
{
border-color: #378B02;
}
</style>