Shades of Bilbao #378202
Tints of Bilbao #378202
RGB
CMYK
RGB Variations
Color information
#378202 (or 0x378202) is known color: Bilbao. HEX triplet: 37, 82 and 02. RGB value is (55,130,2). Sum of RGB (Red+Green+Blue) = 55+130+2=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #378202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378202 is #C87DFD. Grayscale: #5D5D5D. Windows color (decimal): -13139454 or 164407. OLE color: 164407.
HSL color Cylindrical-coordinate representation of color #378202: hue angle of 95.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #378202 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.49 |
| HSL | 95.16º | 0.97% | 0.26% | - |
| HSV(B) | 95.16º | 0.98% | 0.51% | - |
| XYZ | 9.57 | 16.78 | 2.79 | - |
| YUV | 92.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 2 | 0.58 | 0 | 0.98 | 0.49 | 95.16 | 0.97 | 0.26 |
| Hex | 37 | 82 | 2 | 3A | 0 | 62 | 31 | 5F | 61 | 1A |
| Octal | 67 | 202 | 2 | 72 | 0 | 142 | 61 | 137 | 141 | 32 |
| Binary | 110111 | 10000010 | 10 | 111010 | 0 | 1100010 | 110001 | 1011111 | 1100001 | 11010 |
Color Harmonies of #378202
Complementary color
Monochromatic Colors of #378202
Black with #378202
Text Example
Text Example
White with #378202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378202; }
p { color: rgb(55,130,2); }
H1.HeaderClassName
{
color: #378202;
}
.AnyTagClassName
{
color: #378202;
}
</style>
background-color css
<style>
a { background-color: #378202; }
a { background-color: rgb(55,130,2); }
div.DivClassName
{
background-color: #378202;
}
.BgClassName
{
background-color: #378202;
}
</style>
border-color css
<style>
span { border-color: #378202; }
span { border-color: rgb(55,130,2); }
td.TdClassName
{
border-color: #378202;
}
.TagClassName
{
border-color: #378202;
}
</style>