Shades of Bilbao #377C2D
Tints of Bilbao #377C2D
RGB
CMYK
RGB Variations
Color information
#377C2D (or 0x377C2D) is known color: Bilbao. HEX triplet: 37, 7C and 2D. RGB value is (55,124,45). Sum of RGB (Red+Green+Blue) = 55+124+45=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #377C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C2D is #C883D2. Grayscale: #5E5E5E. Windows color (decimal): -13140947 or 2980919. OLE color: 2980919.
HSL color Cylindrical-coordinate representation of color #377C2D: hue angle of 112.41º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377C2D is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 45 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.51 |
| HSL | 112.41º | 0.47% | 0.33% | - |
| HSV(B) | 112.41º | 0.64% | 0.49% | - |
| XYZ | 9.26 | 15.42 | 4.97 | - |
| YUV | 94.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 45 | 0.56 | 0 | 0.64 | 0.51 | 112.41 | 0.47 | 0.33 |
| Hex | 37 | 7C | 2D | 38 | 0 | 40 | 33 | 70 | 2F | 21 |
| Octal | 67 | 174 | 55 | 70 | 0 | 100 | 63 | 160 | 57 | 41 |
| Binary | 110111 | 1111100 | 101101 | 111000 | 0 | 1000000 | 110011 | 1110000 | 101111 | 100001 |
Color Harmonies of #377C2D
Complementary color
Monochromatic Colors of #377C2D
Black with #377C2D
Text Example
Text Example
White with #377C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C2D; }
p { color: rgb(55,124,45); }
H1.HeaderClassName
{
color: #377C2D;
}
.AnyTagClassName
{
color: #377C2D;
}
</style>
background-color css
<style>
a { background-color: #377C2D; }
a { background-color: rgb(55,124,45); }
div.DivClassName
{
background-color: #377C2D;
}
.BgClassName
{
background-color: #377C2D;
}
</style>
border-color css
<style>
span { border-color: #377C2D; }
span { border-color: rgb(55,124,45); }
td.TdClassName
{
border-color: #377C2D;
}
.TagClassName
{
border-color: #377C2D;
}
</style>