Shades of Bilbao #377F0B
Tints of Bilbao #377F0B
RGB
CMYK
RGB Variations
Color information
#377F0B (or 0x377F0B) is known color: Bilbao. HEX triplet: 37, 7F and 0B. RGB value is (55,127,11). Sum of RGB (Red+Green+Blue) = 55+127+11=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #377F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F0B is #C880F4. Grayscale: #5C5C5C. Windows color (decimal): -13140213 or 753463. OLE color: 753463.
HSL color Cylindrical-coordinate representation of color #377F0B: hue angle of 97.24º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #377F0B is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 11 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.50 |
| HSL | 97.24º | 0.84% | 0.27% | - |
| HSV(B) | 97.24º | 0.91% | 0.5% | - |
| XYZ | 9.23 | 16.02 | 2.92 | - |
| YUV | 92.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 11 | 0.57 | 0 | 0.91 | 0.50 | 97.24 | 0.84 | 0.27 |
| Hex | 37 | 7F | B | 39 | 0 | 5B | 32 | 61 | 54 | 1B |
| Octal | 67 | 177 | 13 | 71 | 0 | 133 | 62 | 141 | 124 | 33 |
| Binary | 110111 | 1111111 | 1011 | 111001 | 0 | 1011011 | 110010 | 1100001 | 1010100 | 11011 |
Color Harmonies of #377F0B
Complementary color
Monochromatic Colors of #377F0B
Black with #377F0B
Text Example
Text Example
White with #377F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F0B; }
p { color: rgb(55,127,11); }
H1.HeaderClassName
{
color: #377F0B;
}
.AnyTagClassName
{
color: #377F0B;
}
</style>
background-color css
<style>
a { background-color: #377F0B; }
a { background-color: rgb(55,127,11); }
div.DivClassName
{
background-color: #377F0B;
}
.BgClassName
{
background-color: #377F0B;
}
</style>
border-color css
<style>
span { border-color: #377F0B; }
span { border-color: rgb(55,127,11); }
td.TdClassName
{
border-color: #377F0B;
}
.TagClassName
{
border-color: #377F0B;
}
</style>