Shades of Bilbao #377A28
Tints of Bilbao #377A28
RGB
CMYK
RGB Variations
Color information
#377A28 (or 0x377A28) is known color: Bilbao. HEX triplet: 37, 7A and 28. RGB value is (55,122,40). Sum of RGB (Red+Green+Blue) = 55+122+40=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #377A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A28 is #C885D7. Grayscale: #5C5C5C. Windows color (decimal): -13141464 or 2652727. OLE color: 2652727.
HSL color Cylindrical-coordinate representation of color #377A28: hue angle of 109.02º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #377A28 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 40 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.52 |
| HSL | 109.02º | 0.51% | 0.32% | - |
| HSV(B) | 109.02º | 0.67% | 0.48% | - |
| XYZ | 8.92 | 14.88 | 4.41 | - |
| YUV | 92.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 40 | 0.55 | 0 | 0.67 | 0.52 | 109.02 | 0.51 | 0.32 |
| Hex | 37 | 7A | 28 | 37 | 0 | 43 | 34 | 6D | 33 | 20 |
| Octal | 67 | 172 | 50 | 67 | 0 | 103 | 64 | 155 | 63 | 40 |
| Binary | 110111 | 1111010 | 101000 | 110111 | 0 | 1000011 | 110100 | 1101101 | 110011 | 100000 |
Color Harmonies of #377A28
Complementary color
Monochromatic Colors of #377A28
Black with #377A28
Text Example
Text Example
White with #377A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A28; }
p { color: rgb(55,122,40); }
H1.HeaderClassName
{
color: #377A28;
}
.AnyTagClassName
{
color: #377A28;
}
</style>
background-color css
<style>
a { background-color: #377A28; }
a { background-color: rgb(55,122,40); }
div.DivClassName
{
background-color: #377A28;
}
.BgClassName
{
background-color: #377A28;
}
</style>
border-color css
<style>
span { border-color: #377A28; }
span { border-color: rgb(55,122,40); }
td.TdClassName
{
border-color: #377A28;
}
.TagClassName
{
border-color: #377A28;
}
</style>