Shades of Bilbao #378114
Tints of Bilbao #378114
RGB
CMYK
RGB Variations
Color information
#378114 (or 0x378114) is known color: Bilbao. HEX triplet: 37, 81 and 14. RGB value is (55,129,20). Sum of RGB (Red+Green+Blue) = 55+129+20=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #378114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378114 is #C87EEB. Grayscale: #5E5E5E. Windows color (decimal): -13139692 or 1343799. OLE color: 1343799.
HSL color Cylindrical-coordinate representation of color #378114: hue angle of 100.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #378114 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 20 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.49 |
| HSL | 100.73º | 0.73% | 0.29% | - |
| HSV(B) | 100.73º | 0.84% | 0.51% | - |
| XYZ | 9.55 | 16.56 | 3.36 | - |
| YUV | 94.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 20 | 0.57 | 0 | 0.84 | 0.49 | 100.73 | 0.73 | 0.29 |
| Hex | 37 | 81 | 14 | 39 | 0 | 54 | 31 | 65 | 49 | 1D |
| Octal | 67 | 201 | 24 | 71 | 0 | 124 | 61 | 145 | 111 | 35 |
| Binary | 110111 | 10000001 | 10100 | 111001 | 0 | 1010100 | 110001 | 1100101 | 1001001 | 11101 |
Color Harmonies of #378114
Complementary color
Monochromatic Colors of #378114
Black with #378114
Text Example
Text Example
White with #378114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378114; }
p { color: rgb(55,129,20); }
H1.HeaderClassName
{
color: #378114;
}
.AnyTagClassName
{
color: #378114;
}
</style>
background-color css
<style>
a { background-color: #378114; }
a { background-color: rgb(55,129,20); }
div.DivClassName
{
background-color: #378114;
}
.BgClassName
{
background-color: #378114;
}
</style>
border-color css
<style>
span { border-color: #378114; }
span { border-color: rgb(55,129,20); }
td.TdClassName
{
border-color: #378114;
}
.TagClassName
{
border-color: #378114;
}
</style>