Shades of Bilbao #377A26
Tints of Bilbao #377A26
RGB
CMYK
RGB Variations
Color information
#377A26 (or 0x377A26) is known color: Bilbao. HEX triplet: 37, 7A and 26. RGB value is (55,122,38). Sum of RGB (Red+Green+Blue) = 55+122+38=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #377A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A26 is #C885D9. Grayscale: #5C5C5C. Windows color (decimal): -13141466 or 2521655. OLE color: 2521655.
HSL color Cylindrical-coordinate representation of color #377A26: hue angle of 107.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377A26 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 38 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.52 |
| HSL | 107.86º | 0.53% | 0.31% | - |
| HSV(B) | 107.86º | 0.69% | 0.48% | - |
| XYZ | 8.88 | 14.87 | 4.24 | - |
| YUV | 92.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 38 | 0.55 | 0 | 0.69 | 0.52 | 107.86 | 0.53 | 0.31 |
| Hex | 37 | 7A | 26 | 37 | 0 | 45 | 34 | 6C | 34 | 1F |
| Octal | 67 | 172 | 46 | 67 | 0 | 105 | 64 | 154 | 64 | 37 |
| Binary | 110111 | 1111010 | 100110 | 110111 | 0 | 1000101 | 110100 | 1101100 | 110100 | 11111 |
Color Harmonies of #377A26
Complementary color
Monochromatic Colors of #377A26
Black with #377A26
Text Example
Text Example
White with #377A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A26; }
p { color: rgb(55,122,38); }
H1.HeaderClassName
{
color: #377A26;
}
.AnyTagClassName
{
color: #377A26;
}
</style>
background-color css
<style>
a { background-color: #377A26; }
a { background-color: rgb(55,122,38); }
div.DivClassName
{
background-color: #377A26;
}
.BgClassName
{
background-color: #377A26;
}
</style>
border-color css
<style>
span { border-color: #377A26; }
span { border-color: rgb(55,122,38); }
td.TdClassName
{
border-color: #377A26;
}
.TagClassName
{
border-color: #377A26;
}
</style>